aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-24 02:21:02 +0300
committerGitHub <noreply@github.com>2023-01-24 02:21:02 +0300
commit3a579894a02c7eb76184cf7305d67fe3f69b789f (patch)
treedf0cbcb007b66bd0707ddfca6e0ad8be03b7b510
parentbebf87e33cc792d448cfc34ccac64097b18243b6 (diff)
Automated documentation update (#417)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/docker-in-docker/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 4196892..d74639b 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -25,8 +25,11 @@ Create child containers *inside* a container, independent from the host's docker
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.
-
+* 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, like in this example:
+ ```
+ FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/typescript-node:16
+ ```
+ See [Issue #219](https://github.com/devcontainers/features/issues/219) for more details.
## OS Support