Skip to content

Commit 0b798a5

Browse files
authored
Add dind
1 parent 719c13e commit 0b798a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.devcontainer/devcontainer.json

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"updateContentCommand": "npm update -g npm && npm update && npm install",
1010
"postAttachCommand": "./bootstrap/setup.sh",
1111
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:18",
12+
"features": {
13+
"ghcr.io/devcontainers/features/node:1": {},
14+
"ghcr.io/devcontainers/features/docker-in-docker:1": {
15+
"version": "latest",
16+
"moby": true
17+
}
18+
},
1219
"customizations": {
1320
"vscode": {
1421
"settings": {

0 commit comments

Comments
 (0)