automationcontinuous-deliverydevopsdockerhacktoberfestnotificationsreceive-notificationsregistryupdate-checkerwatchtower
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.
e21c21ec3b
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 | 9 years ago | |
actions | 9 years ago | |
container | 9 years ago | |
Dockerfile | 9 years ago | |
README.md | 9 years ago | |
circle.yml | 9 years ago | |
main.go | 9 years ago |
README.md
Watchtower
A process for watching your Docker containers and automatically restarting them whenever their base image is refreshed.