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 2022/04/20 07:09:38 UTC

[GitHub] [openwhisk] norricorp opened a new issue, #5218: Save changes to openwhisk docker container

norricorp opened a new issue, #5218:
URL: https://github.com/apache/openwhisk/issues/5218

   I am using the openwhisk/standalone docker image. 
   I created the container with
   sudo docker run --name openwhisk -v //var/run/docker.sock:/var/run/docker.sock -p 3233:3233 -p 3232:3232 openwhisk/standalone:3e3414c
   This works - I can stop / start the container. 
   But any deploys to openwhisk are not saved because there is no volume set up between the container and host. So I need to setup volumes. Where are namespace, actions, etc saved to in the container of openwhisk/standalone?
   


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

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

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