Allow usage of named volumes inside dev containers #177
Labels
containers
Issue in vscode-remote containers
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
Use case:
Alice is using VS Code under Windows. She has a large project that takes a while to check out / build, also she tends to have unpushed branches locally. She wants to use VSC remote-containers to benefit from the standardized environment.
According to the current docs/suggestions, Alice would use Docker for Windows and check out the code on Windows. However, this means that code would be shared with the container through SMB, which means lots of lost performance and various other issues (like Maven war-plugin crapping out due some stat commands failing during builds, etc.).
Solution: Alice clones the repo inside the container, so she gets the benefit of VSC remote dev: she can use her Windows PC while avoiding problems with compilation, performance. Downside: state is lost during container rebuild.
Feature request: option to easily create a named volume that'd store the container's state between rebuilds.
Thanks.
The text was updated successfully, but these errors were encountered: