Skip to content

Commit 0d609af

Browse files
authored
chore: disable moby in devcontainer (#26335)
1 parent 0c46b45 commit 0d609af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"image": "mcr.microsoft.com/devcontainers/go",
66
"features": {
77
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
8-
"moby": true,
8+
"moby": false,
99
"installDockerBuildx": true,
1010
"installDockerComposeSwitch": true,
1111
"version": "latest",

0 commit comments

Comments
 (0)