We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89d203 commit d67c7edCopy full SHA for d67c7ed
1 file changed
.devcontainer/devcontainer.json
@@ -1,7 +1,9 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie",
3
"features": {
4
- "ghcr.io/devcontainers/features/docker-in-docker:2": {}
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {
5
+ "moby":"false"
6
+ }
7
},
8
"postCreateCommand": "npm install -g @devcontainers/cli",
9
"customizations": {
0 commit comments