cli icon indicating copy to clipboard operation
cli copied to clipboard

[Feature Request] Read devcontainer.json from a docker volume

Open max06 opened this issue 3 years ago • 1 comments

I'm always cloning repositories into named docker volumes, since mounting workspaces folders into docker machines introduces performance impacts, and for keeping my host clean. This is done via the Clone Repository in Named Container Volume-option provided by your remote containers extension.

It would be pretty cool if I could do the same using the CLI, for building, starting and running commands, like devcontainer up @myproject or similar.

max06 avatar May 18 '22 21:05 max06

Note: Remote-Containers runs the git clone and the dev containers CLI from within a temporary container with the volume and the Docker socket mounted.

chrmarti avatar May 20 '22 13:05 chrmarti