We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9965cd4 commit 53a0007Copy full SHA for 53a0007
.devcontainer/devcontainer.json
@@ -8,7 +8,11 @@
8
"ghcr.io/devcontainers/features/python:1.6.3": {
9
"version": "3.12.0"
10
},
11
- "ghcr.io/devcontainers/features/aws-cli:1": {}
+ "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
+ }
16
17
"postCreateCommand": "./tools/setup.sh",
18
"shutdownAction": "stopContainer"
0 commit comments