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.
watchtower/container
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
..
mockclient Refactor Client interface 9 years ago
client.go Account for latency in container removal 9 years ago
client_test.go Account for latency in container removal 9 years ago
container.go Add more accessors to Container struct 9 years ago
container_test.go Add more accessors to Container struct 9 years ago
sort.go Go-lint clean-up 9 years ago
sort_test.go Allow user-configurable DOCKER_HOST 9 years ago
util.go Refactoring & renaming 9 years ago
util_test.go Refactoring & renaming 9 years ago