-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application with Docker and mounted volumes #80
Comments
Yes. There is no problem using it that way if I understood what you're asking. For instance, we spin up our Cloudgene Docker images like this:
So we don't keep any app data in the container. So yeah, you can mount up whatever volume you might need to access. Or did you mean that you need the application to dynamically mount a new volume? It's probably possible, if you can spin up a new docker container (as per above) then I would assume you can pass volumes to mount as it brings up that container that the app could work on. Perhaps also see: https://jpetazzo.github.io/2015/01/13/docker-mount-dynamic-volumes/ |
Thanks or your answer! |
Hi!
Is there a way to develop a Cloudgene application with a docker image that need to mount volumes (such as databases folders)?
Thanks a lot!
Best,
The text was updated successfully, but these errors were encountered: