diff options
author | github-actions <github-actions@github.com> | 2022-10-06 22:11:07 +0300 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2022-10-06 22:11:07 +0300 |
commit | 1f4f08ed31a68ae5c2ef412314ee8b632019d4e4 (patch) | |
tree | bd074c20b2fd521228ee53f85787eb30a3b53da9 | |
parent | 602c3ec7b642b750a3514705891929f623ea1d35 (diff) |
Automated documentation update [skip ci]automated-documentation-update-3199790893
-rw-r--r-- | src/conda/README.md | 4 | ||||
-rw-r--r-- | src/docker-in-docker/README.md | 1 |
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 | |