microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

Docker-in-docker should give clean docker every build, but reuses old volume #1782

Open worthy7 opened 7 months ago

worthy7 commented 7 months ago

I worked around this for now by adding this: "initializeCommand": "docker volume rm dind-var-lib-docker-${devcontainerId}",