diff options
Diffstat (limited to 'src/docker-in-docker/README.md')
-rw-r--r-- | src/docker-in-docker/README.md | 6 |
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. + --- |