A process for automating Docker container base image updates. https://containrrr.dev/watchtower/
Find a file
Brian DeHamer c02c4b9ec1 Handle container links
Ensures that linked containers are restarted if any of their
dependencies are restarted -- and makes sure that everything happens in
the correct order.
2015-07-15 22:22:00 +00:00
docker Handle container links 2015-07-15 22:22:00 +00:00
updater Handle container links 2015-07-15 22:22:00 +00:00
main.go Handle container links 2015-07-15 22:22:00 +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.