Docker swarm service for automatically updating your services whenever their image is refreshed
3.7K
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
placement:
constraints:
- node.role == manager
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/root/.docker/config.json:ro
command: 0 5 * * * ### Optional Cron Option
Content type
Image
Digest
sha256:4968b6aef…
Size
2.9 MB
Last updated
almost 2 years ago
docker pull ethanscully/shepherd