aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-04-14 23:48:25 +0300
committerGitHub <noreply@github.com>2023-04-14 23:48:25 +0300
commit2237731474ace274b1756e63937a958131cf719e (patch)
tree0ba813fb0e58039acea71bdf9f73e1577268d2e0 /src/docker-in-docker
parent8d3e9aca9d352a3c4459e321de5d0a0b12062112 (diff)
Automated documentation update (#521)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-in-docker')
-rw-r--r--src/docker-in-docker/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 9a22c2c..d519a48 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -22,6 +22,12 @@ Create child containers *inside* a container, independent from the host's docker
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |
| installDockerBuildx | Install Docker Buildx | boolean | true |
+## Customizations
+
+### VS Code Extensions
+
+- `ms-azuretools.vscode-docker`
+
## Limitations
This docker-in-docker Dev Container Feature is roughly based on the [official docker-in-docker wrapper script](https://github.com/moby/moby/blob/master/hack/dind) that is part of the [Moby project](https://mobyproject.org/). With this in mind: