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 /src/docker-outside-of-docker | |
parent | eef35a4399a17546051fc5597440d38c36022f06 (diff) |
Automated documentation update (#377)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-outside-of-docker')
-rw-r--r-- | src/docker-outside-of-docker/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
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`._ |