aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conda/README.md4
-rw-r--r--src/docker-in-docker/README.md1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/conda/README.md b/src/conda/README.md
index 2c63830..c16013a 100644
--- a/src/conda/README.md
+++ b/src/conda/README.md
@@ -1,7 +1,7 @@
-# Conda - A cross-platform, language-agnostic binary package manager (conda)
-
+# Conda (conda)
+A cross-platform, language-agnostic binary package manager
## Example Usage
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 |