diff options
Diffstat (limited to 'src/docker-in-docker')
-rw-r--r-- | src/docker-in-docker/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 58f72c5..4196892 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -29,6 +29,13 @@ This docker-in-docker Dev Container Feature is roughly based on the [official do +## 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. + + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |