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 [email protected] password +docker exec james james-cliv addUser [email protected] 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
