ethanscully/shepherd

By ethanscully

Updated 5 months ago

Docker swarm service for automatically updating your services whenever their image is refreshed

Image
API Management
0

751

Static Badge

Docker swarm service for automatically updating your services whenever their image is refreshed

If command is ommited, default update check is every 4 hours

Usage

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 Command

docker pull ethanscully/shepherd