Skip to content

Commit b4ebe66

Browse files
committed
Use vscode user
1 parent 489071e commit b4ebe66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG INSTALL_ZSH="false"
55
# [Option] Upgrade OS packages to their latest versions
66
ARG UPGRADE_PACKAGES="false"
77
# [Option] Enable non-root Docker access in container
8-
ARG ENABLE_NONROOT_DOCKER="false"
8+
ARG ENABLE_NONROOT_DOCKER="true"
99
# [Option] Use the OSS Moby Engine instead of the licensed Docker Engine
1010
ARG USE_MOBY="true"
1111
# [Option] Engine/CLI Version

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
},
1717
"postCreateCommand": "/bin/bash /var/init.sh",
1818
"waitFor": "postCreateCommand", // Will make extensions wait for restore (would have to manually restart omniSharp otherwise)
19-
"remoteUser": "root"
19+
"remoteUser": "vscode"
2020
}

0 commit comments

Comments
 (0)