A process for automating Docker container base image updates. https://containrrr.dev/watchtower/
Find a file
Brian DeHamer 13ec7ac94e Fix aggressive image pulling
In cases where a container's image was specified without an explicit tag
watchtower was pulling ALL of the images. Fixed so that a ":latest" tag
is assumed if one hasn't been explicitly set.
2015-07-16 20:25:01 +00:00
docker Fix aggressive image pulling 2015-07-16 20:25:01 +00:00
Godeps Set-up CircleCI builds 2015-07-16 19:04:39 +00:00
updater Handle container links 2015-07-15 22:22:00 +00:00
circle.yml Set-up CircleCI builds 2015-07-16 19:04:39 +00:00
Dockerfile Set-up CircleCI builds 2015-07-16 19:04:39 +00:00
main.go Set-up CircleCI builds 2015-07-16 19:04:39 +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.