Sign inSign up

cryingsun/watchtower

By cryingsun

Updated over 1 year ago

watchtower based on alpine

Image
0

396

cryingsun/watchtower repository overview

alpine based on alpine

Startup

container will read container_name from all files in /config and update them.


docker run --rm \
    -v [config_path]:/config \
    -v /var/run/docker.sock:/var/run/docker.sock \
    cryingsun/watchtower:latest [-c, --run-once, etc]




u can also use it as watchtower command

docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    cryingsun/watchtower:latest [-c, --run-once, etc] [container_name]

Tag summary

Content type

Image

Digest

sha256:f63ad6287

Size

8.4 MB

Last updated

over 1 year ago

docker pull cryingsun/watchtower