diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-10-06 23:45:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 23:45:36 +0300 |
commit | 14c7ee7897ca74179b7971a582b01a9041e2f644 (patch) | |
tree | 79ad728ce6cbeaf44b13e2c23157eb904f8aa741 /src/docker-in-docker | |
parent | 2d63a582d99e3e7b7556ab9bc65b2b1525bf8731 (diff) |
Automated documentation update (#202)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-in-docker')
-rw-r--r-- | src/docker-in-docker/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 1275eb3..925b816 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -20,6 +20,7 @@ Create child containers *inside* a container, independent from the host's docker | version | Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.) | string | latest | | moby | Install OSS Moby build instead of Docker CE | boolean | true | | dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 | +| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true | |