-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Named Volume Support for Compose Recipes #2783
Comments
@skabashnyuk Any progress on this yet? |
I am also keen to hear what the status / thoughts are on this one. Using data volumes is a common (and essential) thing for our Docker setup. We very often create personal stacks which have a database container and also a data container for the database - so that we can easily upgrade the database container without losing any of the user's data. I cannot see how you can achieve this currently. Unless I am overlooking something ... How are you currently handling databases and data for the databases that needs to be persisted during development ? |
This type of enhancement is a good enhancement. We will let it live here. @JamesDrummond - this would likely not be considered until we complete some of the internal refactorings that we want to do with agents & machine runtimes. Particularly the agent stuff is very cool because we will write a lightweight agent launcher that can launch agents in a workspace in parallel. We are also working on the migration of Factories from Codenvy into Eclipse Che. This is also likely something that would be handled by the same development team that would own evolving the compose syntax and features. |
Sounds good. With all the work being done with Docker volumes and more and more work being done on supporting distributed data storage for docker - I think this will become increasingly important. |
Enhancement request for named volumes support in compose recipe. This enhancement will allow runtime machines in a multi-machine workspaces the ability to share folders/files through shared volumes created specifically for the multi-machine workspace while not making the host file system vulnerable.
This enhancement is related to codenvy/codenvy#897.
Expected Usage Example:
The text was updated successfully, but these errors were encountered: