dev: Remove docker config mount (#2246)

This commit is contained in:
Oliver Gould 2023-02-17 15:59:20 -08:00 committed by GitHub
parent 19c3b8c83e
commit 0a965fc1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -35,11 +35,6 @@
"source": "/var/run/docker.sock",
"target": "/var/run/docker-host.sock",
"type": "bind"
},
{
"source": "${localEnv:HOME}/.docker",
"target": "/home/code/.docker",
"type": "bind"
}
]
}