vscli
vscli copied to clipboard
Opening dev containers that have been cloned in Docker-managed volumes
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.
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.