docker-webhook
v1.1.1
Published
A simple webhook endpoint for the docker registry
Maintainers
Readme
docker-webhook
A simple node.js library for responding to pushes to the docker registry.
Usage
Simply:
var webhook = require('docker-webhook')
webhook(function cb(json) {
cosole.log(JSON.stringify(json,null," "))
})Default port is 8411, and can be changed by setting the DOCKER_WEBHOOK_PORT environment variable.
Requirements
This tool requires that you have the curl cli tool installed.

