diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-05-09 23:52:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 23:52:06 +0300 |
commit | 4420cd5d27a551abbaa622bcde71dedb39617283 (patch) | |
tree | 04eb76c6f657fe89479d9df588bf466b140e302e /src/docker-in-docker | |
parent | 4312340798680a2b148847b124fcf737e5839c2e (diff) |
Automated documentation update (#543)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-in-docker')
-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 d519a48..bfca773 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -17,7 +17,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 | +| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2 or none) | 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 | - | | installDockerBuildx | Install Docker Buildx | boolean | true | |