aboutsummaryrefslogtreecommitdiff
path: root/src/docker-outside-of-docker
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-03-09 02:40:30 +0300
committerGitHub <noreply@github.com>2023-03-09 02:40:30 +0300
commit5d6f1ae9b93ca3e2ddb9c71c642e4e9204426e3c (patch)
treec087f1121eff2edbc800695e19c6fb95ad47dcfc /src/docker-outside-of-docker
parentde1e634a6755e10b27e52ad4e0aa44f025540074 (diff)
Automated documentation update (#479)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-outside-of-docker')
-rw-r--r--src/docker-outside-of-docker/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docker-outside-of-docker/README.md b/src/docker-outside-of-docker/README.md
index 74011a0..793d5d0 100644
--- a/src/docker-outside-of-docker/README.md
+++ b/src/docker-outside-of-docker/README.md
@@ -20,6 +20,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv
| version | Select or enter a Docker/Moby CLI version. (Availability can vary by OS version.) | string | latest |
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2) | string | v1 |
+| installDockerBuildx | Install Docker Buildx | boolean | true |
## Limitations