1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-15 09:14:13 +02:00
watchtower/container
Brian DeHamer 7cf2d7f1d8 Support Zodiac-based deployments
Since Zodiac always uses image IDs for deployments we can relay on the
standard container image field to determine the image that was used to
start the container. Luckily, Zodiac writes the original image name to a
label in the container metadata. If we find that Zodiac-specific label
on a running container we will use the associated value when trying to
determine if the container's image has changed.
2015-08-13 16:06:00 +00:00
..
mockclient Support for --cleanup flag 2015-07-31 18:24:27 +00:00
client_test.go Turn DockerClient into dockerClient 2015-07-31 22:04:56 +00:00
client.go Add support for whitelist of monitored containers 2015-08-04 17:07:27 +00:00
container_test.go Support Zodiac-based deployments 2015-08-13 16:06:00 +00:00
container.go Support Zodiac-based deployments 2015-08-13 16:06:00 +00:00
sort_test.go Allow user-configurable DOCKER_HOST 2015-07-21 19:37:18 +00:00
sort.go Add godoc comments 2015-07-31 22:36:18 +00:00
util_test.go Refactoring & renaming 2015-07-21 16:58:31 +00:00
util.go Refactoring & renaming 2015-07-21 16:58:31 +00:00