From 55606a07d20a3545f85d22cfd38a99845e92c808 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Oct 2023 14:13:10 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/alpine-docker-outside-of-docker/README.md | 2 +- src/alpine-node/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/alpine-docker-outside-of-docker/README.md b/src/alpine-docker-outside-of-docker/README.md index e171fa8..253daea 100644 --- a/src/alpine-docker-outside-of-docker/README.md +++ b/src/alpine-docker-outside-of-docker/README.md @@ -17,7 +17,7 @@ Re-use the host docker socket, adding the Docker CLI to alpine container | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| hostDockerGid | Docker group id on the host machine (retrieve with "getent group docker \| cut -d: -f3") | string | 1001 | +| hostDockerGid | Docker group id on the host machine (retrieve with "getent group docker \| cut -d: -f3"). Required if remote user is not root | string | 1001 | | installDockerCompose | Install Docker Compose? | boolean | false | ## Customizations diff --git a/src/alpine-node/README.md b/src/alpine-node/README.md index b433d8a..7cb3525 100644 --- a/src/alpine-node/README.md +++ b/src/alpine-node/README.md @@ -17,8 +17,7 @@ Installs node and npm on alpine |-----|-----|-----|-----| | corepack | Enable corepack | boolean | true | | pnpmVersion | Specify pnpm version | string | latest | -| antfuNi | Install @antfu/ni globally | boolean | true | -| tsNode | Install ts-node | boolean | true | +| globalPackages | List of global packages to install | string | - |