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

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


The following commit(s) were added to refs/heads/main by this push:
     new 281a340e8cd Docker container for camel-jbang docs - list podman 
commands too
281a340e8cd is described below

commit 281a340e8cdb61348d837fb789c47b998b23edd4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 10 10:49:11 2023 +0200

    Docker container for camel-jbang docs - list podman commands too
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../user-manual/modules/ROOT/pages/camel-jbang.adoc | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 2cbbc9deb23..9246ca3d7d6 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -35,6 +35,13 @@ There is also a container image availabe in 
https://hub.docker.com/r/apache/came
 docker pull apache/camel-jbang:3.20.4
 ----
 
+or
+
+[source,bash]
+----
+podman pull apache/camel-jbang:3.20.4
+----
+
 Once you have the image in your local registry you can run all the command 
listed below by simple doing:
 
 [source,bash]
@@ -42,6 +49,13 @@ Once you have the image in your local registry you can run 
all the command liste
 docker run apache/camel-jbang:3.20.4 version
 ----
 
+or
+
+[source,bash]
+----
+podman run apache/camel-jbang:3.20.4 version
+----
+
 This will print the following result:
 
 [source,bash]
@@ -56,6 +70,13 @@ So running a simple route will be as easy as doing the 
following:
 docker run apache/camel-jbang:3.20.4 run example.yaml
 ----
 
+or 
+
+[source,bash]
+----
+podman run apache/camel-jbang:3.20.4 run example.yaml
+----
+
 == Using Camel JBang
 
 The Camel JBang supports multiple commands. Running the command below, will 
print all of them:

Reply via email to