Sign inSign up

ethanscully/shepherd

By ethanscully

Updated almost 2 years ago

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

Image
API management
0

3.7K

ethanscully/shepherd repository overview

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
    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

Tag summary

Content type

Image

Digest

sha256:4968b6aef

Size

2.9 MB

Last updated

almost 2 years ago

docker pull ethanscully/shepherd