Skip to content

Commit

Permalink
Merge pull request #20 from cirolosapio/automated-documentation-updat…
Browse files Browse the repository at this point in the history
…e-6391893408

Automated documentation update
  • Loading branch information
cirolosapio authored Oct 3, 2023
2 parents 9bf5ace + 1a48a3b commit ed35c46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/alpine-docker-outside-of-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
### **IMPORTANT NOTE**
- **Ids used to publish this Feature in the past - 'alpine-docker'**

# alpine-docker (alpine-docker)
# alpine-docker-outside-of-docker (alpine-docker-outside-of-docker)

Installs docker and docker-compose on alpine
Re-use the host docker socket, adding the Docker CLI to alpine container

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-docker:0": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-docker-outside-of-docker:0": {
"hostDockerGid": 1001
}
}
Expand All @@ -30,4 +32,4 @@ Installs docker and docker-compose on alpine

---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-docker-outside-of-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
6 changes: 6 additions & 0 deletions src/alpine-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ Installs node and npm on alpine
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| corepack | Enable corepack | boolean | true |
| antfuNi | Install @antfu/ni globally | boolean | true |
| ts-node | Install ts-node | boolean | true |



Expand Down

0 comments on commit ed35c46

Please sign in to comment.