An open API service indexing awesome lists of open source software.

https://github.com/christophwitzko/docker-hub-webhook

Deploy Docker images with Docker Hub webhooks.
https://github.com/christophwitzko/docker-hub-webhook

deployment docker go

Last synced: about 2 months ago
JSON representation

Deploy Docker images with Docker Hub webhooks.

Awesome Lists containing this project

README

          

# docker-hub-webhook
> Deploy Docker images with [Docker Hub webhooks](https://docs.docker.com/docker-hub/webhooks/).

## Run

$ docker run -it -p 5000:5000 -e DEFAULT_PARAMS='-e MY_ENV=true' -e DEFAULT_TOKEN=my-token -v /var/run/docker.sock:/var/run/docker.sock:ro christophwitzko/docker-hub-webhook

## Licence

The [MIT License (MIT)](http://opensource.org/licenses/MIT)

Copyright © 2017 [Christoph Witzko](https://twitter.com/christophwitzko)