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 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.
9 years ago
..
mockclient Support for --cleanup flag 9 years ago
client.go Add support for whitelist of monitored containers 9 years ago
client_test.go Turn DockerClient into dockerClient 9 years ago
container.go Support Zodiac-based deployments 9 years ago
container_test.go Support Zodiac-based deployments 9 years ago
sort.go Add godoc comments 9 years ago
sort_test.go Allow user-configurable DOCKER_HOST 9 years ago
util.go
util_test.go