Skip to content

Commit d67c7ed

Browse files
Set 'moby' feature to false in devcontainer configuration (#404)
1 parent b89d203 commit d67c7ed

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
@@ -1,7 +1,9 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie",
33
"features": {
4-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
4+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
5+
"moby":"false"
6+
}
57
},
68
"postCreateCommand": "npm install -g @devcontainers/cli",
79
"customizations": {

0 commit comments

Comments
 (0)