From 3a579894a02c7eb76184cf7305d67fe3f69b789f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:21:02 -0800 Subject: Automated documentation update (#417) Automated documentation update [skip ci] Co-authored-by: github-actions --- src/docker-in-docker/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/docker-in-docker/README.md') 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 -- cgit v1.2.3