Skip to content

Commit 12d8925

Browse files
dstengleclaude
andcommitted
fix: revert to docker-outside-of-docker with moby disabled
Set moby to false to use the official Docker CE engine instead of the Moby build, which may resolve the installation failure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e59f3ad commit 12d8925

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"ghcr.io/devcontainers-extra/features/bash-command:1": {
99
"command": "(curl -sSL \"https://github.com/buildpacks/pack/releases/download/v0.37.0/pack-v0.37.0-linux.tgz\" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)"
1010
},
11-
"ghcr.io/devcontainers/features/docker-in-docker": {
11+
"ghcr.io/devcontainers/features/docker-outside-of-docker": {
12+
"moby": false,
1213
"version": "latest"
1314
},
1415
"ghcr.io/devcontainers-extra/features/poetry": {

0 commit comments

Comments
 (0)