feat: enable docker in docker in the devcontainer
This commit is contained in:
parent
4356722acd
commit
9d81ab38dd
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "devcontainer",
|
||||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue