We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f3370 commit 3ab596eCopy full SHA for 3ab596e
.devcontainer/devcontainer.json
@@ -31,6 +31,14 @@
31
"tflint": "latest", // Specifies the version of TFLint to install.
32
"terragrunt": "latest", // Specifies the version of Terragrunt to install.
33
"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"
42
}
43
},
44
"postCreateCommand": "pre-commit install",
0 commit comments