You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to 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.
9 years ago
Godeps Support --debug flag 9 years ago
actions Fix issue where updated containers aren't stopped 9 years ago
container Add more accessors to Container struct 9 years ago
Dockerfile Enable watchtower to update itself 9 years ago
README.md Initial commit 9 years ago
circle.yml Set-up CircleCI builds 9 years ago
main.go Support --debug flag 9 years ago

README.md

Watchtower

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