prologic/autodock
autodock is a Daemon for Docker Automation which enables you to maintain and automate your Docker infrastructure by reacting to Docker or Docker Swarm events.
autodock comes with a number of plugins where each piece of functionality is provided by a separate plugin. Each plugin that is "connected" to autodock will receive events (such as Docker or Docker Swarm) and perform appropriate actions using a proxy to the Docker API.
autodock is also capable of receiving events from other external sources such as Docker Hub or Github webhooks to support things like CI/CD.
The following list is a list of the currently available plugins:
$ docker pull prologic/autodock
$ go install github.com/prologic/autodock
$ docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock prologic/autodock
For a full production-ready Docker Compose (Stackfile) see here
$ autodock
MIT
docker pull prologic/autodock