diff --git a/src/anaconda/README.md b/src/anaconda/README.md index 3346823b4..ae91026d3 100644 --- a/src/anaconda/README.md +++ b/src/anaconda/README.md @@ -1,4 +1,5 @@ + # Anaconda (anaconda) diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md index 40cc4ae98..6cac4bc91 100644 --- a/src/aws-cli/README.md +++ b/src/aws-cli/README.md @@ -1,4 +1,5 @@ + # AWS CLI (aws-cli) Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg. diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md index cb792d120..63404beaf 100644 --- a/src/azure-cli/README.md +++ b/src/azure-cli/README.md @@ -1,4 +1,5 @@ + # Azure CLI (azure-cli) Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg. diff --git a/src/common-utils/README.md b/src/common-utils/README.md index 9102c950b..f127698ff 100644 --- a/src/common-utils/README.md +++ b/src/common-utils/README.md @@ -1,4 +1,5 @@ + # Common Utilities (common-utils) Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. diff --git a/src/conda/README.md b/src/conda/README.md index 2e123f2c7..8bd788d2b 100644 --- a/src/conda/README.md +++ b/src/conda/README.md @@ -1,4 +1,5 @@ + # Conda (conda) A cross-platform, language-agnostic binary package manager diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md index ad05e4ff2..27ca32390 100644 --- a/src/desktop-lite/README.md +++ b/src/desktop-lite/README.md @@ -1,4 +1,5 @@ + # Light-weight Desktop (desktop-lite) Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically. diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 4196892b0..cd9ff1a99 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -1,4 +1,5 @@ + # Docker (Docker-in-Docker) (docker-in-docker) Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs. diff --git a/src/docker-outside-of-docker/README.md b/src/docker-outside-of-docker/README.md index e2ddb8472..cbd2d63e9 100644 --- a/src/docker-outside-of-docker/README.md +++ b/src/docker-outside-of-docker/README.md @@ -1,5 +1,8 @@ -# Docker (Docker-from-Docker) (docker-from-docker) +### **IMPORTANT NOTE** +- **Ids used to publish this Feature in the past - 'docker-from-docker'** + +# Docker (docker-outside-of-docker) (docker-outside-of-docker) Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands. @@ -7,7 +10,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv ```json "features": { - "ghcr.io/devcontainers/features/docker-from-docker:1": {} + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} } ``` @@ -84,4 +87,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-outside-of-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet/README.md b/src/dotnet/README.md index c13c998fd..edd38214a 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -1,4 +1,5 @@ + # Dotnet CLI (dotnet) Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install. diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md index 9fc3281fe..7a6802c84 100644 --- a/src/git-lfs/README.md +++ b/src/git-lfs/README.md @@ -1,4 +1,5 @@ + # Git Large File Support (LFS) (git-lfs) Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl. diff --git a/src/git/README.md b/src/git/README.md index a9e54fa18..2f88d80d6 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -1,4 +1,5 @@ + # Git (from source) (git) Install an up-to-date version of Git, built from source as needed. Useful for when you want the latest and greatest features. Auto-detects latest stable version and installs needed dependencies. diff --git a/src/github-cli/README.md b/src/github-cli/README.md index 07945081a..761ba0852 100644 --- a/src/github-cli/README.md +++ b/src/github-cli/README.md @@ -1,4 +1,5 @@ + # GitHub CLI (github-cli) Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies. diff --git a/src/go/README.md b/src/go/README.md index e7a692443..4ab962b6b 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -1,4 +1,5 @@ + # Go (go) Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies. diff --git a/src/hugo/README.md b/src/hugo/README.md index 3d346c39b..405273635 100644 --- a/src/hugo/README.md +++ b/src/hugo/README.md @@ -1,4 +1,5 @@ + # Hugo (hugo) diff --git a/src/java/README.md b/src/java/README.md index f3e35e38a..117575c65 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -1,4 +1,5 @@ + # Java (via SDKMAN!) (java) Installs Java, SDKMAN! (if not installed), and needed dependencies. diff --git a/src/kubectl-helm-minikube/README.md b/src/kubectl-helm-minikube/README.md index 81ce8c574..0af0f5db7 100644 --- a/src/kubectl-helm-minikube/README.md +++ b/src/kubectl-helm-minikube/README.md @@ -1,4 +1,5 @@ + # Kubectl, Helm, and Minikube (kubectl-helm-minikube) Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies. diff --git a/src/nix/README.md b/src/nix/README.md index 3ab9b0017..d29b50ffd 100644 --- a/src/nix/README.md +++ b/src/nix/README.md @@ -1,4 +1,5 @@ + # Nix Package Manager (nix) Installs the Nix package manager and optionally a set of packages. diff --git a/src/node/README.md b/src/node/README.md index 2e5dba386..fb00c42da 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -1,4 +1,5 @@ + # Node.js (via nvm) and yarn (node) Installs Node.js, nvm, yarn, and needed dependencies. diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index 38a989a04..097afd47b 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -1,4 +1,5 @@ + # NVIDIA CUDA (nvidia-cuda) Installs shared libraries for NVIDIA CUDA. diff --git a/src/oryx/README.md b/src/oryx/README.md index 7d3d3d11a..1ee6d790c 100644 --- a/src/oryx/README.md +++ b/src/oryx/README.md @@ -1,4 +1,5 @@ + # Oryx (oryx) Installs the oryx CLI diff --git a/src/php/README.md b/src/php/README.md index 3a9be7a98..9921721b2 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -1,4 +1,5 @@ + # PHP (php) diff --git a/src/powershell/README.md b/src/powershell/README.md index ba300d5cd..e80f43dc8 100644 --- a/src/powershell/README.md +++ b/src/powershell/README.md @@ -1,4 +1,5 @@ + # PowerShell (powershell) Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg. diff --git a/src/python/README.md b/src/python/README.md index 05742910a..8ab50effb 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -1,4 +1,5 @@ + # Python (python) Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation. diff --git a/src/ruby/README.md b/src/ruby/README.md index 8a0ff877d..3e09336e6 100644 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -1,4 +1,5 @@ + # Ruby (via rvm) (ruby) Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies. diff --git a/src/rust/README.md b/src/rust/README.md index 372b56f97..57c72821b 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -1,4 +1,5 @@ + # Rust (rust) Installs Rust, common Rust utilities, and their required dependencies diff --git a/src/sshd/README.md b/src/sshd/README.md index 6e9382c04..7f447fa89 100644 --- a/src/sshd/README.md +++ b/src/sshd/README.md @@ -1,4 +1,5 @@ + # SSH server (sshd) Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it. diff --git a/src/terraform/README.md b/src/terraform/README.md index ee87d069d..4209c7a8f 100644 --- a/src/terraform/README.md +++ b/src/terraform/README.md @@ -1,4 +1,5 @@ + # Terraform, tflint, and TFGrunt (terraform) Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.