From 19bc8bb633a8eb41b581296f468b85b7ac31a828 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 27 Dec 2022 17:27:57 +0000 Subject: OS support in Feature NOTES.md (#366) * https://github.com/devcontainers/features/issues/360 * omit from common utils --- src/sshd/NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/sshd') diff --git a/src/sshd/NOTES.md b/src/sshd/NOTES.md index 3126a1b..e0e7acc 100644 --- a/src/sshd/NOTES.md +++ b/src/sshd/NOTES.md @@ -60,3 +60,10 @@ While the some services automates SSH setup (e.g., when using the GitHub CLI for ...where `vscode` above is the user you are running as in the container and `2222` after the `!` is the same local port you used in the `ssh` command in the previous seciton. 4. Your dev container's filesystem should now be available in the `~/sshfs/devcontainer` folder on macOS or Linux or in a new explorer window on Windows. + + +## 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. -- cgit v1.2.3