Skip to content

Commit 3ab596e

Browse files
authored
Update devcontainer.json
1 parent d3f3370 commit 3ab596e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer/devcontainer.json

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
"tflint": "latest", // Specifies the version of TFLint to install.
3232
"terragrunt": "latest", // Specifies the version of Terragrunt to install.
3333
"installTerraformDocs": true
34+
},
35+
"ghcr.io/devcontainers/features/docker-in-docker:latest": {
36+
"moby": true,
37+
"azureDnsAutoDetection": true,
38+
"installDockerBuildx": true,
39+
"installDockerComposeSwitch": true,
40+
"version": "latest",
41+
"dockerDashComposeVersion": "latest"
3442
}
3543
},
3644
"postCreateCommand": "pre-commit install",

0 commit comments

Comments
 (0)