We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b63de10 + 2fe4884 commit 2e7d97aCopy full SHA for 2e7d97a
.devcontainer/devcontainer.json
@@ -19,9 +19,7 @@
19
// Mount docker socket for docker builds
20
"-v", "/var/run/docker.sock:/var/run/docker.sock",
21
// Use host network
22
- "--network=host",
23
- // Mount azure, git and docker config
24
- "-v", "${env:HOME}${env:USERPROFILE}/.azure:/root/.azure"
+ "--network=host"
25
],
26
27
// Set *default* container specific settings.json values on container create.
@@ -59,4 +57,4 @@
59
57
60
58
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
61
// "remoteUser": "vscode"
62
-}
+}
0 commit comments