Skip to content

Commit 979c12b

Browse files
devcontainers-botgithub-actions
andauthored
Automated documentation update (devcontainers#881)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
1 parent a8dc2db commit 979c12b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/docker-in-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create child containers *inside* a container, independent from the host's docker
1717
|-----|-----|-----|-----|
1818
| version | Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.) | string | latest |
1919
| 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+
| mobyBuildxVersion | Install a specific version of moby-buildx when using Moby | string | latest |
2121
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2 or none) | string | v1 |
2222
| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true |
2323
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |

src/docker-outside-of-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv
1919
|-----|-----|-----|-----|
2020
| version | Select or enter a Docker/Moby CLI version. (Availability can vary by OS version.) | string | latest |
2121
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
22-
| 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 |
22+
| mobyBuildxVersion | Install a specific version of moby-buildx when using Moby | string | latest |
2323
| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2 or none) | string | v2 |
2424
| installDockerBuildx | Install Docker Buildx | boolean | true |
2525

0 commit comments

Comments
 (0)