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