From e680cbad84014901131d9b3cca165a136d3bd19b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 18:19:03 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/alpine-docker-outside-of-docker/README.md | 4 +--- src/alpine-git/README.md | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 src/alpine-git/README.md diff --git a/src/alpine-docker-outside-of-docker/README.md b/src/alpine-docker-outside-of-docker/README.md index d1a2389..e171fa8 100644 --- a/src/alpine-docker-outside-of-docker/README.md +++ b/src/alpine-docker-outside-of-docker/README.md @@ -9,9 +9,7 @@ Re-use the host docker socket, adding the Docker CLI to alpine container ```json "features": { - "ghcr.io/cirolosapio/devcontainers-features/alpine-docker-outside-of-docker:0": { - "hostDockerGid": 1001 - } + "ghcr.io/cirolosapio/devcontainers-features/alpine-docker-outside-of-docker:0": {} } ``` diff --git a/src/alpine-git/README.md b/src/alpine-git/README.md new file mode 100644 index 0000000..0329d95 --- /dev/null +++ b/src/alpine-git/README.md @@ -0,0 +1,20 @@ + +# alpine-git (alpine-git) + +Installs git on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-git:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._