doc(): update Docker section

This commit is contained in:
Nicolas Carlier 2022-08-25 21:42:17 +00:00
parent ed1f5da6c2
commit 66b8203743

View File

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