features/.devcontainer.json
Samruddhi Khandale 57e15bc8e8
Update docker-in-docker version (#320)
update dnd
2022-12-02 09:49:20 -08:00

19 lines
458 B
JSON

{
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-18",
"remoteUser": "node",
"customizations": {
"vscode": {
"extensions": [
"mads-hartmann.bash-ide-vscode"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postCreateCommand": "npm install -g @devcontainers/cli",
"hostRequirements": {
"cpus": 4
}
}