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.
11 years ago
Godeps Support --debug flag 11 years ago
actions Fix issue where updated containers aren't stopped 11 years ago
container Add more accessors to Container struct 11 years ago
Dockerfile Enable watchtower to update itself 11 years ago
README.md Initial commit 11 years ago
circle.yml Set-up CircleCI builds 11 years ago
main.go Support --debug flag 11 years ago

README.md

Watchtower

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