Sign inSign up

pearbox/webhook

By pearbox

•Updated over 7 years ago

webhook service (built-in docker support)

Image
0

208

pearbox/webhook repository overview

⁠Running webhook in Docker

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

Tag summary

Content type

Image

Digest

Size

53.4 MB

Last updated

over 7 years ago

docker pull pearbox/webhook