A process for automating Docker container base image updates.
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 812fb60805 Handle errors without halting
If we receive an error while trying to shutdown/startup a particular
container we don't want to immediately terminate the current update
cycle. Instead we should continue processing the remaining containers
and simply log the error.
11 years ago
Godeps Support --debug flag 11 years ago
actions Handle errors without halting 11 years ago
container Handle errors without halting 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 TLS connections to remote daemons 11 years ago

README.md

Watchtower

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