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 7446206 commit 31b29feCopy full SHA for 31b29fe
.devcontainer/devcontainer.json
@@ -3,11 +3,8 @@
3
"image": "codercom/oss-dogfood:latest",
4
5
"features": {
6
- "ghcr.io/devcontainers/features/docker-in-docker:2": {
7
- "version": "latest",
8
- "enableNonRootDocker": "true",
9
- "moby": "true"
10
- }
+ // See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {}
11
},
12
// SYS_PTRACE to enable go debugging
13
// without --priviliged the Github Codespace build fails (not required otherwise)
0 commit comments