aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-21 17:40:36 +0300
committerGitHub <noreply@github.com>2022-10-21 17:40:36 +0300
commitfd31e97db06882a47819a47842b8e2d83b372ea6 (patch)
tree36c1b8246daffb8ac58972c78f814f5d25e441da
parent7ae8c5c16da5f1c361ac162b25793a6c529a9cf4 (diff)
Automated documentation update (#233)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/docker-in-docker/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 8998d37..83a0bb9 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -21,6 +21,7 @@ Create child containers *inside* a container, independent from the host's docker
| 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 |
+| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |