mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-05 18:03:41 +00:00
doc(): update Docker section
This commit is contained in:
parent
ed1f5da6c2
commit
66b8203743
|
@ -33,14 +33,13 @@ $ curl -sf https://gobinaries.com/ncarlier/webhookd | sh
|
|||
|
||||
```bash
|
||||
$ docker run -d --name=webhookd \
|
||||
-v ${PWD}/scripts:/var/opt/webhookd/scripts \
|
||||
-v ${PWD}/scripts:/scripts \
|
||||
-p 8080:8080 \
|
||||
ncarlier/webhookd \
|
||||
webhookd --scripts=/var/opt/webhookd/scripts
|
||||
ncarlier/webhookd
|
||||
```
|
||||
|
||||
> Note: This image extends `docker:dind` Docker image.
|
||||
> Therefore you are able to interact with a Docker daemon with yours shell scripts.
|
||||
> Note: The official Docker image is lightweight and allows to run simple scripts but for more advanced needs you can use the `ncarlier/webhookd:edge-distrib` image.
|
||||
> For example, with this `distrib` image, you can interact with your Docker daemon using Docker CLI or Docker Compose.
|
||||
|
||||
**Or** use APT:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user