You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/04/21 10:41:18 UTC

[GitHub] [james-project] chibenwa commented on a change in pull request #389: JAMES-3565 Use apache/james images

chibenwa commented on a change in pull request #389:
URL: https://github.com/apache/james-project/pull/389#discussion_r617421339



##########
File path: docs/modules/servers/pages/15-minute-demo.adoc
##########
@@ -96,28 +80,28 @@ Create a new "test.local" domain:
 
 [source,bash]
 ----
-./james addDomain test.local
+docker exec james james-cli addDomain test.local
 ----
 
 List the domains again to ensure that "test.local" has successfully been added:
 
 [source,bash]
 ----
-./james listDomains
+docker exec james james-clivv listDomains
 ----
 
 Add the user "testuser" to the "test.local" domain with password "password":
 
 [source,bash]
 ----
-./james addUser testuser@test.local password
+docker exec james james-cliv addUser testuser@test.local password

Review comment:
       I have a sensibility issue on my keyboard, it is very annoying...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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