Commit 2a51a016 authored by Devcontainers CI's avatar Devcontainers CI

Automated documentation update

parent 3b6fe6e6
# AWS CLI (aws-cli) # 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.
## Example Usage ## Example Usage
......
# Azure CLI (azure-cli) # 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.
## Example Usage ## Example Usage
......
# common (common) # Common Debian (common)
common Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.
## Example Usage ## Example Usage
......
# Light-weight desktop (Fluxbox) (desktop-lite) # 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.
## Example Usage ## Example Usage
......
# Docker (Moby) support, reuse host Docker Engine (Docker-from-Docker) (docker-from-docker) # Docker (Docker-from-Docker) (docker-from-docker)
......
# Docker (Moby) support (Docker-in-Docker) (docker-in-docker) # 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.
## Example Usage ## Example Usage
......
# Dotnet CLI (dotnet) # 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.
## Example Usage ## Example Usage
......
# Git Large File Support (LFS) (git-lfs) # 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.
## Example Usage ## Example Usage
......
# Git (may require compilation) (git) # 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.
## Example Usage ## Example Usage
......
# GitHub CLI (github-cli) # GitHub CLI (github-cli)
Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.
## Example Usage ## Example Usage
......
# Go (go) # Go (go)
Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.
## Example Usage ## Example Usage
......
# Java (via SDKMAN!) (java) # Java (via SDKMAN!) (java)
Installs Java, SDKMAN! (if not installed), and needed dependencies.
## Example Usage ## Example Usage
......
# Kubectl, Helm, and Minkube (kubectl-helm-minikube) # Kubectl, Helm, and Minkube (kubectl-helm-minikube)
Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.
## Example Usage ## Example Usage
......
# Node.js (via nvm) and yarn (node) # Node.js (via nvm) and yarn (node)
Installs Node.js, nvm, yarn, and needed dependencies.
## Example Usage ## Example Usage
......
# Oryx (oryx) # Oryx (oryx)
Installs the oryx CLI
## Example Usage ## Example Usage
......
# PowerShell (powershell) # PowerShell (powershell)
Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.
## Example Usage ## Example Usage
......
# Python (may require compilation) (python) # Python (python)
Python (may require compilation) 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.
## Example Usage ## Example Usage
......
# Ruby (via rvm) (ruby) # Ruby (via rvm) (ruby)
Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
## Example Usage ## Example Usage
......
# Rust (rust) # Rust (rust)
Installs Rust, common Rust utilities, and their required dependencies
## Example Usage ## Example Usage
......
# SSH server (sshd) # 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.
## Example Usage ## Example Usage
......
# Terraform, tflint, and TFGrunt (terraform) # Terraform, tflint, and TFGrunt (terraform)
Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.
## Example Usage ## Example Usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment