We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65531a4 commit 93284bcCopy full SHA for 93284bc
devcontainer.json.sample
@@ -49,7 +49,10 @@
49
"ghcr.io/devcontainers/features/node:1": {
50
"installYarnUsingApt": false
51
},
52
- "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
+ "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
53
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
54
+ "moby": false
55
+ }
56
57
"hostRequirements": {
58
"cpus": 4,
0 commit comments