aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/devcontainer-feature.json
diff options
context:
space:
mode:
authorKevin Klopfenstein <kklopfenstein@users.noreply.github.com>2022-10-06 20:54:20 +0300
committerGitHub <noreply@github.com>2022-10-06 20:54:20 +0300
commita9441adf0e023605d6afbbacfd9521634e02a59a (patch)
treec94864923f4c3ad15cb83a74c525ecb81e4fb30b /src/docker-in-docker/devcontainer-feature.json
parent82960fd16b04fb4003a8765b2381bd23553737b5 (diff)
Add docker-in-docker azure_dns_override flag (#200)
* Add docker-in-docker azure_dns_overrideflag * Update install.sh * clarify variable name * update option name and description for `azureDnsAutoDetection` * bump feature version Co-authored-by: Josh Spicer <josh@joshspicer.com>
Diffstat (limited to 'src/docker-in-docker/devcontainer-feature.json')
-rw-r--r--src/docker-in-docker/devcontainer-feature.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/docker-in-docker/devcontainer-feature.json b/src/docker-in-docker/devcontainer-feature.json
index ea8a6df..8538b46 100644
--- a/src/docker-in-docker/devcontainer-feature.json
+++ b/src/docker-in-docker/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "docker-in-docker",
- "version": "1.0.4",
+ "version": "1.0.5",
"name": "Docker (Docker-in-Docker)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-in-docker",
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
@@ -28,6 +28,11 @@
],
"default": "v1",
"description": "Default version of Docker Compose (v1 or v2)"
+ },
+ "azureDnsAutoDetection": {
+ "type": "boolean",
+ "default": true,
+ "description": "Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure"
}
},
"entrypoint": "/usr/local/share/docker-init.sh",