diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-01-04 22:53:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 22:53:48 +0300 |
commit | 2c646ed9fe2e34197e5632f71bce4aa59cdbcc4d (patch) | |
tree | 63a45dfd80f06df6fd6efc309f5cc86a4414e2a1 | |
parent | eef35a4399a17546051fc5597440d38c36022f06 (diff) |
Automated documentation update (#377)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/anaconda/README.md | 1 | ||||
-rw-r--r-- | src/aws-cli/README.md | 1 | ||||
-rw-r--r-- | src/azure-cli/README.md | 1 | ||||
-rw-r--r-- | src/common-utils/README.md | 1 | ||||
-rw-r--r-- | src/conda/README.md | 1 | ||||
-rw-r--r-- | src/desktop-lite/README.md | 1 | ||||
-rw-r--r-- | src/docker-in-docker/README.md | 1 | ||||
-rw-r--r-- | src/docker-outside-of-docker/README.md | 9 | ||||
-rw-r--r-- | src/dotnet/README.md | 1 | ||||
-rw-r--r-- | src/git-lfs/README.md | 1 | ||||
-rw-r--r-- | src/git/README.md | 1 | ||||
-rw-r--r-- | src/github-cli/README.md | 1 | ||||
-rw-r--r-- | src/go/README.md | 1 | ||||
-rw-r--r-- | src/hugo/README.md | 1 | ||||
-rw-r--r-- | src/java/README.md | 1 | ||||
-rw-r--r-- | src/kubectl-helm-minikube/README.md | 1 | ||||
-rw-r--r-- | src/nix/README.md | 1 | ||||
-rw-r--r-- | src/node/README.md | 1 | ||||
-rw-r--r-- | src/nvidia-cuda/README.md | 1 | ||||
-rw-r--r-- | src/oryx/README.md | 1 | ||||
-rw-r--r-- | src/php/README.md | 1 | ||||
-rw-r--r-- | src/powershell/README.md | 1 | ||||
-rw-r--r-- | src/python/README.md | 1 | ||||
-rw-r--r-- | src/ruby/README.md | 1 | ||||
-rw-r--r-- | src/rust/README.md | 1 | ||||
-rw-r--r-- | src/sshd/README.md | 1 | ||||
-rw-r--r-- | src/terraform/README.md | 1 |
27 files changed, 32 insertions, 3 deletions
diff --git a/src/anaconda/README.md b/src/anaconda/README.md index 3346823..ae91026 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 40cc4ae..6cac4bc 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 cb792d1..63404be 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 9102c95..f127698 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 2e123f2..8bd788d 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 ad05e4f..27ca323 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 4196892..cd9ff1a 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 e2ddb84..cbd2d63 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 c13c998..edd3821 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 9fc3281..7a6802c 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 a9e54fa..2f88d80 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 0794508..761ba08 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 e7a6924..4ab962b 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 3d346c3..4052736 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 f3e35e3..117575c 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 81ce8c5..0af0f5d 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 3ab9b00..d29b50f 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 2e5dba3..fb00c42 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 38a989a..097afd4 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 7d3d3d1..1ee6d79 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 3a9be7a..9921721 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 ba300d5..e80f43d 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 0574291..8ab50ef 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 8a0ff87..3e09336 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 372b56f..57c7282 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 6e9382c..7f447fa 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 ee87d06..4209c7a 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. |