Use volume as Docker storage location (#3337)

This commit is contained in:
Stefan Agner 2022-05-11 12:23:28 +02:00 committed by GitHub
parent 99023b9522
commit eabd976d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"visualstudioexptteam.vscodeintellicode",
"esbenp.prettier-vscode"
],
"mounts": [ "type=volume,target=/var/lib/docker" ],
"settings": {
"terminal.integrated.profiles.linux": {
"zsh": {