We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bf784 commit 7455f30Copy full SHA for 7455f30
1 file changed
.devcontainer/devcontainer.json
@@ -77,7 +77,9 @@
77
},
78
// "forwardPorts": [8000],
79
"features": {
80
- "ghcr.io/devcontainers/features/docker-in-docker:2": {}
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {
81
+ "moby": false
82
+ }
83
84
"postCreateCommand": "bash /app/.devcontainer/scripts/setup-lab.sh"
85
}
0 commit comments