diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 11e35319..9c0af39c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,9 @@ { "image": "mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie", "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} + "ghcr.io/devcontainers/features/docker-in-docker:2": { + "moby":"false" + } }, "postCreateCommand": "npm install -g @devcontainers/cli", "customizations": {