You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/09 05:52:34 UTC

[camel-karavan] branch typo-readme created (now b5a4fc1)

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

acosentino pushed a change to branch typo-readme
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git.


      at b5a4fc1  Fix typo in README for SELinux

This branch includes the following new commits:

     new b5a4fc1  Fix typo in README for SELinux

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-karavan] 01/01: Fix typo in README for SELinux

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b5a4fc1fdfee11c637ea01989af4cfb64cb70d8f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 06:52:30 2021 +0100

    Fix typo in README for SELinux
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d3adbf3..092d5b3 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ npm start
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations  entropy1/karavan
 ```
-For SELunux
+For SELinux
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations:z  entropy1/karavan
 ```
@@ -72,10 +72,10 @@ docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integra
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations  entropy1/karavan-native
 ```
-For SELunux
+For SELinux
 ```shell script
 docker run -it -p 8080:8080 -e KARAVAN_MODE=local -v $(pwd):/deployments/integrations:z  entropy1/karavan-native
 ```
 
 ## Running in cloud mode
-[Karavan demo on Openshift](karavan-demo/openshift/README.md)
\ No newline at end of file
+[Karavan demo on Openshift](karavan-demo/openshift/README.md)