Skip to content

Commit 93284bc

Browse files
committed
feat: allow docker-in-docker to shell to other containers
1 parent 65531a4 commit 93284bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devcontainer.json.sample

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
"ghcr.io/devcontainers/features/node:1": {
5050
"installYarnUsingApt": false
5151
},
52-
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
52+
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
53+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
54+
"moby": false
55+
}
5356
},
5457
"hostRequirements": {
5558
"cpus": 4,

0 commit comments

Comments
 (0)