From d472dd1ca756f070a9c3cb6e17c9d4e95d1e6027 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 10 Feb 2024 00:43:55 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/docker-in-docker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index bfca77357..41004b7e1 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -17,6 +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 | +| mobyBuildxVersion | Install a specific version of moby-buildx when using Moby. (2024-02-09: Microsoft's Package Manifest has mismatching filesize and SHA for 0.12.1; default is last known good version) | string | 0.12.0 | | 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 | - |