A process for automating Docker container base image updates. https://containrrr.dev/watchtower/
Find a file
Brian DeHamer b7424e5c47 Fix issue where updated containers aren't stopped
Used 'break' instead of 'continue' resulting in the termination of the
stop container loop any time the watchtower container is encountered.
2015-07-24 21:11:49 +00:00
actions Fix issue where updated containers aren't stopped 2015-07-24 21:11:49 +00:00
container Add more accessors to Container struct 2015-07-22 22:52:22 +00:00
Godeps Support --debug flag 2015-07-22 21:58:16 +00:00
circle.yml Set-up CircleCI builds 2015-07-16 19:04:39 +00:00
Dockerfile Enable watchtower to update itself 2015-07-20 22:54:18 +00:00
main.go Support --debug flag 2015-07-22 21:58:16 +00:00
README.md Initial commit 2015-07-13 21:42:33 +00:00

Watchtower

A process for watching your Docker containers and automatically restarting them whenever their base image is refreshed.