A process for automating Docker container base image updates. https://containrrr.dev/watchtower/
Find a 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.
2015-07-29 20:03:47 +00:00
actions Handle errors without halting 2015-07-29 20:03:47 +00:00
container Handle errors without halting 2015-07-29 20:03:47 +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 TLS connections to remote daemons 2015-07-27 17:10:12 +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.