autodock

Daemon for Docker Automation


Keywords
docker, automation, daemon, go, golang, swarm, swarm-mode, docker-events, autodock
License
MIT
Install
pip install autodock==0.0.2

Documentation

autodock -- Automated Docker

Build Status CodeCov Go Report Card GoDoc Sourcegraph

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.

Supported plugins:

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:

Installation

Docker

$ docker pull prologic/autodock

Source

$ go install github.com/prologic/autodock

Usage

Docker

$ 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

Source

$ autodock

License

MIT