You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/04/19 01:25:55 UTC

[james-project] branch master updated: [Document] - Fix correct run docker command (#1524)

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d69c9fc63 [Document] - Fix correct run docker command (#1524)
1d69c9fc63 is described below

commit 1d69c9fc63320eff4b6b00dce5c142f221662b76
Author: vttran <vt...@linagora.com>
AuthorDate: Wed Apr 19 08:25:50 2023 +0700

    [Document] - Fix correct run docker command (#1524)
---
 server/apps/jpa-app/README.adoc           | 2 +-
 server/apps/jpa-smtp-app/README.adoc      | 2 +-
 server/apps/memory-app/README.md          | 2 +-
 server/apps/scaling-pulsar-smtp/README.md | 2 +-
 server/container/guice/memory/README.md   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/server/apps/jpa-app/README.adoc b/server/apps/jpa-app/README.adoc
index 4bdf2cdfdd..2cbaf74e4c 100644
--- a/server/apps/jpa-app/README.adoc
+++ b/server/apps/jpa-app/README.adoc
@@ -63,7 +63,7 @@ For security reasons you are required to generate your own keystore, that you ca
 [source]
 ----
 keytool -genkey -alias james -keyalg RSA -keystore keystore
-docker run -v $PWD/keystore:/root/conf/keystore docker run apache/james:jpa-latest
+docker run -v $PWD/keystore:/root/conf/keystore apache/james:jpa-latest
 ----
 
 [Glowroot APM](https://glowroot.org/) is packaged as part of the docker distribution to easily enable valuable performances insights.
diff --git a/server/apps/jpa-smtp-app/README.adoc b/server/apps/jpa-smtp-app/README.adoc
index 24c466b906..49e27f4a20 100644
--- a/server/apps/jpa-smtp-app/README.adoc
+++ b/server/apps/jpa-smtp-app/README.adoc
@@ -58,7 +58,7 @@ For security reasons you are required to generate your own keystore, that you ca
 [source]
 ----
 keytool -genkey -alias james -keyalg RSA -keystore keystore
-docker run -v $PWD/keystore:/root/conf/keystore docker run apache/james:jpa-smtp-latest
+docker run -v $PWD/keystore:/root/conf/keystore apache/james:jpa-smtp-latest
 ----
 
 Use the [JAVA_TOOL_OPTIONS environment option](https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#jvm-flags)
diff --git a/server/apps/memory-app/README.md b/server/apps/memory-app/README.md
index 2d05ae3779..28313d7298 100644
--- a/server/apps/memory-app/README.md
+++ b/server/apps/memory-app/README.md
@@ -29,7 +29,7 @@ For security reasons you are required to generate your own keystore, that you ca
 
 ```
 keytool -genkey -alias james -keyalg RSA -keystore keystore
-docker run -v $PWD/keystore:/root/conf/keystore docker run apache/james:cassandra-latest
+docker run -v $PWD/keystore:/root/conf/keystore apache/james:memory-latest
 ```
 
 Use the [JAVA_TOOL_OPTIONS environment option](https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#jvm-flags) 
diff --git a/server/apps/scaling-pulsar-smtp/README.md b/server/apps/scaling-pulsar-smtp/README.md
index 83505b8281..30219b2efa 100644
--- a/server/apps/scaling-pulsar-smtp/README.md
+++ b/server/apps/scaling-pulsar-smtp/README.md
@@ -41,7 +41,7 @@ For security reasons you are required to generate your own keystore, that you ca
 
 ```
 keytool -genkey -alias james -keyalg RSA -keystore keystore
-docker run -v $PWD/keystore:/root/conf/keystore docker run apache/james:scaling-pulsar-smtp-latest
+docker run -v $PWD/keystore:/root/conf/keystore apache/james:scaling-pulsar-smtp-latest
 ```
 
 Use the [JAVA_TOOL_OPTIONS environment option](https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#jvm-flags) 
diff --git a/server/container/guice/memory/README.md b/server/container/guice/memory/README.md
index 91e48db27b..66ba1876a1 100644
--- a/server/container/guice/memory/README.md
+++ b/server/container/guice/memory/README.md
@@ -29,7 +29,7 @@ For security reasons you are required to generate your own keystore, that you ca
 
 ```
 keytool -genkey -alias james -keyalg RSA -keystore keystore
-docker run -v $PWD/keystore:/root/conf/keystore docker run apache/james:cassandra-latest
+docker run -v $PWD/keystore:/root/conf/keystore apache/james:cassandra-latest
 ```
 
 Use the [JAVA_TOOL_OPTIONS environment option](https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#jvm-flags) 


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org