Skip to content

Commit 373304a

Browse files
Merge pull request #17 from kevinbackhouse/remove-privileged
Remove --privileged
2 parents 0df4f56 + 649d66b commit 373304a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"remoteUser": "vscode",
4949
// Grant the container access to the host's Docker daemon
5050
"runArgs": [
51-
"--privileged",
5251
"--init"
5352
]
54-
}
53+
}

0 commit comments

Comments
 (0)