Skip to content

Commit 31b29fe

Browse files
authored
remove default options
1 parent 7446206 commit 31b29fe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
"image": "codercom/oss-dogfood:latest",
44

55
"features": {
6-
"ghcr.io/devcontainers/features/docker-in-docker:2": {
7-
"version": "latest",
8-
"enableNonRootDocker": "true",
9-
"moby": "true"
10-
}
6+
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
7+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
118
},
129
// SYS_PTRACE to enable go debugging
1310
// without --priviliged the Github Codespace build fails (not required otherwise)

0 commit comments

Comments
 (0)