We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d91be commit 55fb6b6Copy full SHA for 55fb6b6
.devcontainer/devcontainer.json
@@ -1,12 +1,13 @@
1
{
2
"name": "Development environments on your infrastructure",
3
- "image": "codercom/oss-dogfood:latest",
+ "image": "codercom/oss-dogfood:pre-nix",
4
5
"features": {
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": {}
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {
8
+ "moby": "false"
9
+ }
10
},
11
// SYS_PTRACE to enable go debugging
- // without --priviliged the Github Codespace build fails (not required otherwise)
- "runArgs": ["--cap-add=SYS_PTRACE", "--privileged"]
12
+ "runArgs": ["--cap-add=SYS_PTRACE"]
13
}
0 commit comments