Jan Koppe e11e4b138f | ||
---|---|---|
.. | ||
README.md | ||
main.tf | ||
version.tf |
README.md
shepherd
This service is responsible for automatically updating the container images for Docker services.
It connects to the Docker socket, and looks for services with the label shepherd.auto-update=true
. It then checks the Docker registry for a newer version of the image, and if one is found, it updates the service.
The checks are performed once per day.