webhook service (built-in docker support)
208
The image provides the ability to run docker commands inside container in behalf of host docker daemon.
docker run \
--name webhook \
--port 9000:9000 \
--volume /run/docker.sock:/run/docker.sock \
--volume /path/to/webhook:/etc/webhook \
--detach \
pearbox/webhook \
webhook -verbose -hooks=/etc/webhook/hooks.json -hotreload
Content type
Image
Digest
Size
53.4 MB
Last updated
over 7 years ago
docker pull pearbox/webhook