diff options
Diffstat (limited to 'src/docker-from-docker')
-rw-r--r-- | src/docker-from-docker/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docker-from-docker/README.md b/src/docker-from-docker/README.md index be32ce9..e2ddb84 100644 --- a/src/docker-from-docker/README.md +++ b/src/docker-from-docker/README.md @@ -75,6 +75,13 @@ services: > **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. + + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-from-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |