mirror of
https://github.com/containrrr/watchtower.git
synced 2025-01-29 18:53:51 +02:00
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.
Watchtower
A process for watching your Docker containers and automatically restarting them whenever their base image is refreshed.
Description
A process for automating Docker container base image updates.
https://containrrr.dev/watchtower/
automationcontinuous-deliverydevopsdockerhacktoberfestnotificationsreceive-notificationsregistryupdate-checkerwatchtower
Readme
23 MiB
Languages
Go
94.6%
Shell
5.3%
Dockerfile
0.1%