aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2022-10-06 22:11:07 +0300
committergithub-actions <github-actions@github.com>2022-10-06 22:11:07 +0300
commit1f4f08ed31a68ae5c2ef412314ee8b632019d4e4 (patch)
treebd074c20b2fd521228ee53f85787eb30a3b53da9
parent602c3ec7b642b750a3514705891929f623ea1d35 (diff)
Automated documentation update [skip ci]automated-documentation-update-3199790893
-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 |