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 e21c21ec3b Account for latency in container removal
Under certain conditions when watchtower is monitoring a Docker Swarm
cluster there would be cases where an updated container could not be
started because the old hadn't yet been removed (name conflicts, mapped
port conflicts, etc). We suspect that this has something to do with the
async nature of swarm and even though we've asked the swarm master to
remove a container it may not be completely removed from the associated
node. The fix is to do some polling after the remove container call to
ensure that the container is truly gone before proceeding.
9 years ago
Godeps Support --debug flag 9 years ago
actions Fix issue where updated containers aren't stopped 9 years ago
container Account for latency in container removal 9 years ago
Dockerfile Enable watchtower to update itself 9 years ago
README.md Initial commit 9 years ago
circle.yml Set-up CircleCI builds 9 years ago
main.go Support TLS connections to remote daemons 9 years ago

README.md

Watchtower

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