Skip to content

Commit

Permalink
Add dind
Browse files Browse the repository at this point in the history
  • Loading branch information
digimangos authored Oct 2, 2024
1 parent 719c13e commit 0b798a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"updateContentCommand": "npm update -g npm && npm update && npm install",
"postAttachCommand": "./bootstrap/setup.sh",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:18",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:1": {
"version": "latest",
"moby": true
}
},
"customizations": {
"vscode": {
"settings": {
Expand Down

0 comments on commit 0b798a5

Please sign in to comment.