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/06/07 19:36:15 UTC

[camel-karavan] branch main updated: Create README.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 4f0a282  Create README.md
4f0a282 is described below

commit 4f0a2821a6f32aad918094f09d8528c9bb1a11a5
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Jun 7 15:36:11 2022 -0400

    Create README.md
---
 karavan-docker/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/karavan-docker/README.md b/karavan-docker/README.md
new file mode 100644
index 0000000..b182091
--- /dev/null
+++ b/karavan-docker/README.md
@@ -0,0 +1,9 @@
+### Build docker image
+```
+docker build -t apache/camel-jbang .
+```
+
+### Export postman
+```
+docker run -v `pwd`/postman:/ws apache/camel-jbang --verbose -Dcamel.jbang.version=3.18.0-SNAPSHOT camel@apache/camel export quarkus --gav=com.foo:acme:1.0 --profile=local --fresh
+```