Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 15, 2023
2 parents b95c6cf + 1363c09 commit 8d62a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/alpine-docker-outside-of-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/alpine-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |



Expand Down

0 comments on commit 8d62a02

Please sign in to comment.