aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-03 03:02:26 +0300
committerGitHub <noreply@github.com>2022-11-03 03:02:26 +0300
commit73a9c7d38293067a4081b8d79dd12e92a585ef83 (patch)
treed147620e9e27658857a59e1198814821eeeef111 /src/docker-in-docker
parentd003c1b1ac2ac20416218737981187e899edb0ec (diff)
Automated documentation update (#257)
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 83a0bb9..0a529c4 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -23,6 +23,12 @@ Create child containers *inside* a container, independent from the host's docker
| 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 | - |
+## 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:
+* As the name implies, the Feature is expected to work when the host is running Docker (or the OSS Moby container engine it is built on). It may be possible to get running in other container engines, but it has not been tested with them.
+* The host and the container must be running on the same chip architecture. You will not be able to use it with an emulated x86 image with Docker Desktop on an Apple Silicon Mac, for example.
+
---