You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docker-in-docker/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Create child containers *inside* a container, independent from the host's docker
17
17
|-----|-----|-----|-----|
18
18
| version | Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.) | string | latest |
19
19
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
20
+
| 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 |
20
21
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2 or none) | string | v1 |
21
22
| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true |
22
23
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |
0 commit comments