Skip to content

Commit

Permalink
Update DEV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Nov 2, 2022
1 parent de1444d commit bc72fe0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit bc72fe0

Please sign in to comment.