Skip to content

Commit 4420cd5

Browse files
samruddhikhandalegithub-actions
andauthored
Automated documentation update (devcontainers#543)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
1 parent 4312340 commit 4420cd5

3 files changed

Lines changed: 3 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-
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 |
20+
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2 or none) | string | v1 |
2121
| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true |
2222
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |
2323
| installDockerBuildx | Install Docker Buildx | boolean | true |

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-
| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2) | string | v2 |
22+
| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2 or none) | string | v2 |
2323
| installDockerBuildx | Install Docker Buildx | boolean | true |
2424

2525
## Customizations

src/python/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
2121
| installPath | The path where python will be installed. | string | /usr/local/python |
2222
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false |
2323
| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |
24+
| httpProxy | Connect to GPG keyservers using a proxy for fetching source code signatures by configuring this option | string | - |
2425

2526
## Customizations
2627

0 commit comments

Comments
 (0)