Unverified Commit bebf87e3 authored by Pamela Fox's avatar Pamela Fox Committed by GitHub

Add more detail to note about architecture (#416)

* Add more detail to note about architecture

* Update src/docker-in-docker/NOTES.md
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>

* Update src/docker-in-docker/NOTES.md
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>
parent 7a3a9c5f
......@@ -2,8 +2,11 @@
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment