Include additional mounts dynamically #48
alexanderilyin
started this conversation in
General
Replies: 1 comment
-
I'd like the same thing, it's already in discussion apparently devcontainers/spec#132 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to include additional mounts dynamically, for example "dot files" from home. In current
docker run …
approach I just usefind …
to discover files I want to bring to the container and that add additional--volume …
dynamically. I wonder if I can make VSCode to do the same when usingdevcontainer.json
.Beta Was this translation helpful? Give feedback.
All reactions