We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489071e commit b4ebe66Copy full SHA for b4ebe66
.devcontainer/Dockerfile
@@ -5,7 +5,7 @@ ARG INSTALL_ZSH="false"
5
# [Option] Upgrade OS packages to their latest versions
6
ARG UPGRADE_PACKAGES="false"
7
# [Option] Enable non-root Docker access in container
8
-ARG ENABLE_NONROOT_DOCKER="false"
+ARG ENABLE_NONROOT_DOCKER="true"
9
# [Option] Use the OSS Moby Engine instead of the licensed Docker Engine
10
ARG USE_MOBY="true"
11
# [Option] Engine/CLI Version
.devcontainer/devcontainer.json
@@ -16,5 +16,5 @@
16
},
17
"postCreateCommand": "/bin/bash /var/init.sh",
18
"waitFor": "postCreateCommand", // Will make extensions wait for restore (would have to manually restart omniSharp otherwise)
19
- "remoteUser": "root"
+ "remoteUser": "vscode"
20
}
0 commit comments