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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
