🔨 chore: disable moby for docker-outside-of-docker on Debian trixie (#11317)

🐛 fix: disable moby for docker-outside-of-docker on Debian trixie
This commit is contained in:
Hao 2026-01-08 12:18:44 +08:00 committed by GitHub
parent 5bb038bba7
commit 3621f02ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,9 @@
{
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": false
}
},
"image": "mcr.microsoft.com/devcontainers/typescript-node"
}
}