mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
55fb6b663a
fixes #10416 this is a workaround, and it is tagged to an old version of an image. While testing, it seems like `--privileged` is no longer required.
14 lines
404 B
JSON
14 lines
404 B
JSON
{
|
|
"name": "Development environments on your infrastructure",
|
|
"image": "codercom/oss-dogfood:pre-nix",
|
|
|
|
"features": {
|
|
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
|
"moby": "false"
|
|
}
|
|
},
|
|
// SYS_PTRACE to enable go debugging
|
|
"runArgs": ["--cap-add=SYS_PTRACE"]
|
|
}
|