You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/12/29 14:14:32 UTC

[GitHub] [openwhisk] chetanmeh commented on a change in pull request #4782: A docker image for the standalone openwhisk

chetanmeh commented on a change in pull request #4782: A docker image for the standalone openwhisk
URL: https://github.com/apache/openwhisk/pull/4782#discussion_r361852384
 
 

 ##########
 File path: core/standalone/README.md
 ##########
 @@ -380,6 +386,25 @@ This shows an output like below indicating that KubernetesContainerFactory based
 }
 ```
 
+#### Launching OpenWhisk standalone from Docker:
+
+You can launch the standalone openwhisk from the docker image with:
+
+```bash
+docker run --rm -d \
 
 Review comment:
   May be drop making it daemon by default as its useful to see logs at launch itself for new users who are not well versed with Docker. Users who know docker cli well can adapt if needed

----------------------------------------------------------------
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


With regards,
Apache Git Services