mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔨 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:
parent
5bb038bba7
commit
3621f02ca0
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue