diff --git a/src/anaconda/NOTES.md b/src/anaconda/NOTES.md index f2ecdc1..394dd6f 100644 --- a/src/anaconda/NOTES.md +++ b/src/anaconda/NOTES.md @@ -11,3 +11,10 @@ As covered in the [user FAQ](https://docs.anaconda.com/anaconda/user-guide/faq) ```bash conda install python=3.7 ``` + + +## 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. diff --git a/src/aws-cli/NOTES.md b/src/aws-cli/NOTES.md index b1cb1f9..b8a2797 100644 --- a/src/aws-cli/NOTES.md +++ b/src/aws-cli/NOTES.md @@ -1 +1,7 @@ -Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst. \ No newline at end of file +Available versions of the AWS CLI can be found here: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst. + +## 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. diff --git a/src/azure-cli/NOTES.md b/src/azure-cli/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/azure-cli/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/common-utils/NOTES.md b/src/common-utils/NOTES.md index 77dfd1d..e9b2713 100644 --- a/src/common-utils/NOTES.md +++ b/src/common-utils/NOTES.md @@ -18,4 +18,4 @@ To completely disable the git portion of the prompt for the current folder's rep git config devcontainers-theme.hide-status 1 ``` -For `zsh`, the default theme is a [standard Oh My Zsh! theme](https://ohmyz.sh/). You may pick a different one by modifying the `ZSH_THEME` variable in `~/.zshrc`. \ No newline at end of file +For `zsh`, the default theme is a [standard Oh My Zsh! theme](https://ohmyz.sh/). You may pick a different one by modifying the `ZSH_THEME` variable in `~/.zshrc`. diff --git a/src/conda/NOTES.md b/src/conda/NOTES.md index 58450c6..ef8657a 100644 --- a/src/conda/NOTES.md +++ b/src/conda/NOTES.md @@ -11,3 +11,10 @@ As covered in the [user FAQ](https://docs.anaconda.com/anaconda/user-guide/faq) ```bash conda install python=3.7 ``` + + +## 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. diff --git a/src/desktop-lite/NOTES.md b/src/desktop-lite/NOTES.md index 28865a3..891ce6c 100644 --- a/src/desktop-lite/NOTES.md +++ b/src/desktop-lite/NOTES.md @@ -62,3 +62,10 @@ If you want the full version of **Google Chrome** in the desktop: 2. Chrome sandbox support requires you set up and run as a non-root user. The [`common-utils`](https://github.com/devcontainers/features/tree/main/src/common-utils) script can do this for you, or you [set one up yourself](https://aka.ms/vscode-remote/containers/non-root). Alternatively, you can start Chrome using `google-chrome --no-sandbox` That's it! + + +## 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. 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. 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. diff --git a/src/dotnet/NOTES.md b/src/dotnet/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/dotnet/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/git-lfs/NOTES.md b/src/git-lfs/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/git-lfs/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/git/NOTES.md b/src/git/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/git/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/github-cli/NOTES.md b/src/github-cli/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/github-cli/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/go/NOTES.md b/src/go/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/go/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/hugo/NOTES.md b/src/hugo/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/hugo/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/java/NOTES.md b/src/java/NOTES.md index 7e10513..63622af 100644 --- a/src/java/NOTES.md +++ b/src/java/NOTES.md @@ -1,3 +1,10 @@ ## License For the Java Feature from this repository, see [NOTICE.txt](https://github.com/devcontainers/features/tree/main/src/java/NOTICE.txt) for licensing information on JDK distributions. + + +## 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. diff --git a/src/kubectl-helm-minikube/NOTES.md b/src/kubectl-helm-minikube/NOTES.md index b0d1a80..6626d2c 100644 --- a/src/kubectl-helm-minikube/NOTES.md +++ b/src/kubectl-helm-minikube/NOTES.md @@ -10,3 +10,10 @@ minikube addons enable ingress # Run this to forward to localhost in the background nohup kubectl port-forward --pod-running-timeout=24h -n ingress-nginx service/ingress-nginx-controller :80 & ``` + + +## 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. diff --git a/src/nix/NOTES.md b/src/nix/NOTES.md index fc76a44..b3b5347 100644 --- a/src/nix/NOTES.md +++ b/src/nix/NOTES.md @@ -26,3 +26,10 @@ sudo /usr/local/share/nix-entrypoint.sh ``` This same command can be used to restart the daemon if it has stopped for some reason. Logs are available at `/tmp/nix-daemon.log`. + + +## 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. diff --git a/src/node/NOTES.md b/src/node/NOTES.md index a6a4aba..65eb93b 100644 --- a/src/node/NOTES.md +++ b/src/node/NOTES.md @@ -16,3 +16,10 @@ Alternatively, you can start up an interactive shell which will in turn source ` "postCreateCommand": "bash -i -c 'nvm install --lts'" ``` + + +## 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. diff --git a/src/nvidia-cuda/NOTES.md b/src/nvidia-cuda/NOTES.md index b19fde2..cab2bbe 100644 --- a/src/nvidia-cuda/NOTES.md +++ b/src/nvidia-cuda/NOTES.md @@ -17,3 +17,10 @@ Enable GPU passthrough to your devcontainer by adding `["--gpus", "all"]` to you "runArgs": ["--gpus", "all"] } ``` + + +## 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. diff --git a/src/oryx/NOTES.md b/src/oryx/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/oryx/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/php/NOTES.md b/src/php/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/php/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/powershell/NOTES.md b/src/powershell/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/powershell/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/python/NOTES.md b/src/python/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/python/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/ruby/NOTES.md b/src/ruby/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/ruby/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. diff --git a/src/rust/NOTES.md b/src/rust/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/rust/NOTES.md @@ -0,0 +1,7 @@ + + +## 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. 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. diff --git a/src/terraform/NOTES.md b/src/terraform/NOTES.md new file mode 100644 index 0000000..19fe92f --- /dev/null +++ b/src/terraform/NOTES.md @@ -0,0 +1,7 @@ + + +## 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.