|
|
|
@ -3,10 +3,10 @@ |
|
|
|
|
[](https://cloud.drone.io/prologic/autodock) |
|
|
|
|
[](https://codecov.io/gh/prologic/autodock) |
|
|
|
|
[](https://goreportcard.com/report/prologic/autodock) |
|
|
|
|
[](https://godoc.org/github.com/prologic/autodock) |
|
|
|
|
[](https://sourcegraph.com/github.com/prologic/autodock?badge) |
|
|
|
|
[](https://godoc.org/git.mills.io/prologic/autodock) |
|
|
|
|
[](https://sourcegraph.com/git.mills.io/prologic/autodock?badge) |
|
|
|
|
|
|
|
|
|
[autodock](https://github.com/prologic/autodock) is a Daemon for |
|
|
|
|
[autodock](https://git.mills.io/prologic/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. |
|
|
|
|
|
|
|
|
@ -23,9 +23,9 @@ webhooks to support things like CI/CD. |
|
|
|
|
|
|
|
|
|
The following list is a list of the currently available plugins: |
|
|
|
|
|
|
|
|
|
- [autodock-cron](https://github.com/prologic/autodock-cron) |
|
|
|
|
- [autodock-cron](https://git.mills.io/prologic/autodock-cron) |
|
|
|
|
Provides a *Cron* like scheduler for Containers/Services |
|
|
|
|
- [autodock-logger](https://github.com/prologic/autodock-logger) |
|
|
|
|
- [autodock-logger](https://git.mills.io/prologic/autodock-logger) |
|
|
|
|
Logs Dockers Events (*Reference Implementation*) |
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
@ -39,7 +39,7 @@ $ docker pull prologic/autodock |
|
|
|
|
### Source |
|
|
|
|
|
|
|
|
|
```#!bash |
|
|
|
|
$ go install github.com/prologic/autodock |
|
|
|
|
$ go install git.mills.io/prologic/autodock |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
|