aboutsummaryrefslogtreecommitdiff
path: root/src/docker-from-docker/NOTES.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/docker-from-docker/NOTES.md')
-rw-r--r--src/docker-from-docker/NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docker-from-docker/NOTES.md b/src/docker-from-docker/NOTES.md
index fe658bc..fede053 100644
--- a/src/docker-from-docker/NOTES.md
+++ b/src/docker-from-docker/NOTES.md
@@ -52,3 +52,10 @@ services:
4. Docker commands with bind mount should work as they did outside of the devcontainer
> **Note:** There is no `${localWorkspaceFolder}` when using the **Clone Repository in Container Volume** command in the VS Code Dev Containers extension ([info](https://github.com/microsoft/vscode-remote-release/issues/6160#issuecomment-1014701007)).
+
+
+## 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.