Skip to content

Commit fc86a2f

Browse files
committed
docker-outside-of-docker: set moby: false for Debian trixie
mcr.microsoft.com/devcontainers/base:trixie no longer ships moby-cli, so the docker-outside-of-docker feature errors out at install time. Disable moby so the feature installs upstream Docker CE instead.
1 parent 5756765 commit fc86a2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"ghcr.io/rails/devcontainer/features/ruby:2": {
88
"version": "4.0.4"
99
},
10-
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
10+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
11+
"moby": false
12+
}
1113
},
1214
"customizations": {
1315
"vscode": {

0 commit comments

Comments
 (0)