You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/11/02 21:26:21 UTC

[camel-karavan] branch main updated: Update DEV.md

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new bc72fe0  Update DEV.md
bc72fe0 is described below

commit bc72fe06eadb547ed7c1fc8ac4ef20fac087fa09
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Wed Nov 2 17:26:17 2022 -0400

    Update DEV.md
---
 DEV.md | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/DEV.md b/DEV.md
index bb4f4d8..351361a 100644
--- a/DEV.md
+++ b/DEV.md
@@ -48,22 +48,3 @@ mvn quarkus:dev
 cd karavan-app/src/main/webapp/
 npm start
 ```
-
-## Running in local mode
-- Run JVM Mode
-```shell script
-docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations ghcr.io/apache/camel-karavan:latest
-```
-For SELinux
-```shell script
-docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations:z ghcr.io/apache/camel-karavan:latest
-```
-
-- Run native
-```shell script
-docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations ghcr.io/apache/camel-karavan-native:latest
-```
-For SELinux
-```shell script
-docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations:z ghcr.io/apache/camel-karavan-native:latest
-```