Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Sep 25, 2023
1 parent 09ac7ca commit 0a95074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/alpine-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Installs docker and docker-compose on alpine

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-docker:0": {}
"ghcr.io/cirolosapio/devcontainers-features/alpine-docker": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| hostDockerGid | Docker group id on the host machine (retrieve with "getent group docker | cut -d: -f3" | string | - |
| hostDockerGid | Docker group id on the host machine (retrieve with "getent group docker \| cut -d: -f3" | string | - |
| installDockerCompose | Install Docker Compose? | boolean | false |

## Customizations
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-docker/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"hostDockerGid": {
"type": "string",
"default": "",
"description": "Docker group id on the host machine (retrieve with \"getent group docker | cut -d: -f3\""
"description": "Docker group id on the host machine (retrieve with \"getent group docker \\| cut -d: -f3\""
},
"installDockerCompose": {
"type": "boolean",
Expand Down

0 comments on commit 0a95074

Please sign in to comment.