diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-02 00:18:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 00:18:13 +0300 |
commit | b7c70d3d9ba2c1dd698e9c5bce2f2727cc6a6d31 (patch) | |
tree | 640f078dc7115c8d8538090cfa60381aff015f28 /src/docker-in-docker/README.md | |
parent | 752ba5db217895e06bb2ba345411cef6d0d8eae6 (diff) |
Automated documentation update (#254)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-in-docker/README.md')
-rw-r--r-- | src/docker-in-docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 28ec48a..83a0bb9 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -21,7 +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 | | +| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - | |