We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719c13e commit 0b798a5Copy full SHA for 0b798a5
.devcontainer/devcontainer.json
@@ -9,6 +9,13 @@
9
"updateContentCommand": "npm update -g npm && npm update && npm install",
10
"postAttachCommand": "./bootstrap/setup.sh",
11
"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
+ },
19
"customizations": {
20
"vscode": {
21
"settings": {
0 commit comments