ethanscully/shepherd
Docker swarm service for automatically updating your services whenever their image is refreshed
751
Docker swarm service for automatically updating your services whenever their image is refreshed
If command is ommited, default update check is every 4 hours
example in docker compose:
services:
shepherd:
image: ethanscully/shepherd
deploy:
mode: global
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/root/.docker/config.json:ro
command: 0 5 * * * ### Optional Cron Option
docker pull ethanscully/shepherd