vscli icon indicating copy to clipboard operation
vscli copied to clipboard

Opening dev containers that have been cloned in Docker-managed volumes

Open dslatkin opened this issue 8 months ago • 1 comments

Thank you for your work on this project! I'm wondering would it be possible to see a list of dev container that have been cloned into a Docker-managed volume, as opposed to those opened with a bind-mounted volume to the local file system?

https://code.visualstudio.com/remote/advancedcontainers/improve-performance#_use-clone-repository-in-container-volume

I prefer doing this on macOS for the performance gains and not cluttering up my local file system with one-off cloned repos, but I'm not sure I see a way to browse dev containers created this way. I'm pretty sure you can find them by inspect the tags on docker containers and volumes created.

dslatkin avatar Mar 07 '25 17:03 dslatkin

Hmm, interesting proposal. I'm not sure if there is enough value having this built into vscli. Maybe a bash script would (probably a good PoC anyways) be the better solution.

michidk avatar Mar 09 '25 09:03 michidk