Skip to content

Commit 53a0007

Browse files
committed
Add Docker in Docker to the devcontainer
1 parent 9965cd4 commit 53a0007

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"ghcr.io/devcontainers/features/python:1.6.3": {
99
"version": "3.12.0"
1010
},
11-
"ghcr.io/devcontainers/features/aws-cli:1": {}
11+
"ghcr.io/devcontainers/features/aws-cli:1": {},
12+
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {
13+
"version": "27.0.3",
14+
"moby": false
15+
}
1216
},
1317
"postCreateCommand": "./tools/setup.sh",
1418
"shutdownAction": "stopContainer"

0 commit comments

Comments
 (0)