Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c646ed

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update (#377)
Automated documentation update [skip ci] Co-authored-by: github-actions <[email protected]>
1 parent eef35a4 commit 2c646ed

27 files changed

Lines changed: 32 additions & 3 deletions

File tree

src/anaconda/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Anaconda (anaconda)
34

45

src/aws-cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# AWS CLI (aws-cli)
34

45
Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.

src/azure-cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Azure CLI (azure-cli)
34

45
Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.

src/common-utils/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Common Utilities (common-utils)
34

45
Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.

src/conda/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Conda (conda)
34

45
A cross-platform, language-agnostic binary package manager

src/desktop-lite/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Light-weight Desktop (desktop-lite)
34

45
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.

src/docker-in-docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Docker (Docker-in-Docker) (docker-in-docker)
34

45
Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.

src/docker-outside-of-docker/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11

2-
# Docker (Docker-from-Docker) (docker-from-docker)
2+
### **IMPORTANT NOTE**
3+
- **Ids used to publish this Feature in the past - 'docker-from-docker'**
4+
5+
# Docker (docker-outside-of-docker) (docker-outside-of-docker)
36

47
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.
58

69
## Example Usage
710

811
```json
912
"features": {
10-
"ghcr.io/devcontainers/features/docker-from-docker:1": {}
13+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
1114
}
1215
```
1316

@@ -84,4 +87,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions
8487

8588
---
8689

87-
_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`._
90+
_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`._

src/dotnet/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Dotnet CLI (dotnet)
34

45
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.

src/git-lfs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Git Large File Support (LFS) (git-lfs)
34

45
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.

0 commit comments

Comments
 (0)