diff options
author | Josh Spicer <joshspicer@github.com> | 2022-12-27 20:27:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 20:27:57 +0300 |
commit | 19bc8bb633a8eb41b581296f468b85b7ac31a828 (patch) | |
tree | 1b67513cf20d6c816bdae747a94f730c180dce63 /src/docker-in-docker/NOTES.md | |
parent | 80ed2fbc302db2d2e9053dbd042815e700f00a66 (diff) |
OS support in Feature NOTES.md (#366)
* https://github.com/devcontainers/features/issues/360
* omit from common utils
Diffstat (limited to 'src/docker-in-docker/NOTES.md')
-rw-r--r-- | src/docker-in-docker/NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docker-in-docker/NOTES.md b/src/docker-in-docker/NOTES.md index befd4aa..a22e61c 100644 --- a/src/docker-in-docker/NOTES.md +++ b/src/docker-in-docker/NOTES.md @@ -4,3 +4,10 @@ This docker-in-docker Dev Container Feature is roughly based on the [official do * 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. + + +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. |