Skip to content
/ dup Public

A (dockerized) tool to check for newer Docker images of your running containers and notify you

License

Notifications You must be signed in to change notification settings

xtonousou/dup

Repository files navigation

dup (under development)

A (dockerized) tool to check for newer Docker images of your running containers and notify you

Installation

Docker

You can either run it with docker:

docker run xtonousou/dup:latest \
    -v /var/run/docker.sock:/var/run/docker.sock:ro \
    -v ./dup.env:/app/dup.env:ro \
    -v ./dup.creds.env:/app/dup.creds.env:ro \
    --restart unless-stopped

Or with compose:

docker compose up -d

About

A (dockerized) tool to check for newer Docker images of your running containers and notify you

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published