diff options
Diffstat (limited to 'src/docker-in-docker/devcontainer-feature.json')
-rw-r--r-- | src/docker-in-docker/devcontainer-feature.json | 7 |
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", |