Skip to content

Commit 7455f30

Browse files
committed
Added moby parameter for trixie
1 parent b8bf784 commit 7455f30

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
@@ -77,7 +77,9 @@
7777
},
7878
// "forwardPorts": [8000],
7979
"features": {
80-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
80+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
81+
"moby": false
82+
}
8183
},
8284
"postCreateCommand": "bash /app/.devcontainer/scripts/setup-lab.sh"
8385
}

0 commit comments

Comments
 (0)