Unverified Commit 2c646ed9 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Automated documentation update (#377)

Automated documentation update [skip ci]
Co-authored-by: 's avatargithub-actions <github-actions@github.com>
parent eef35a43
# 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.
......
# 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.
......
# Common Utilities (common-utils)
Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.
......
# Conda (conda)
A cross-platform, language-agnostic binary package manager
......
# 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.
......
# 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.
......
# 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`._
# 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.
......
# 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.
......
# 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.
......
# GitHub CLI (github-cli)
Installs the GitHub CLI. Auto-detects latest version and installs needed dependencies.
......
# Go (go)
Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.
......
# Java (via SDKMAN!) (java)
Installs Java, SDKMAN! (if not installed), and needed dependencies.
......
# Kubectl, Helm, and Minikube (kubectl-helm-minikube)
Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects latest versions and installs needed dependencies.
......
# Nix Package Manager (nix)
Installs the Nix package manager and optionally a set of packages.
......
# Node.js (via nvm) and yarn (node)
Installs Node.js, nvm, yarn, and needed dependencies.
......
# NVIDIA CUDA (nvidia-cuda)
Installs shared libraries for NVIDIA CUDA.
......
# Oryx (oryx)
Installs the oryx CLI
......
# PowerShell (powershell)
Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.
......
# 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.
......
# Ruby (via rvm) (ruby)
Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.
......
# Rust (rust)
Installs Rust, common Rust utilities, and their required dependencies
......
# 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.
......
# Terraform, tflint, and TFGrunt (terraform)
Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.
......
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