nickfedor/watchtower

By nickfedor

Updated about 5 hours ago

A solution for automating Docker container image updates.

Image
Integration & delivery
Monitoring & observability
43

5M+

nickfedor/watchtower repository overview

Watchtower

A solution for automating Docker container image updates

codecov GoDoc Go Report Card latest version Apache-2.0 License Codacy Badge All Contributors Pulls from DockerHub

Quick Start

Watchtower enables you to automatically update your Docker containers. It will monitor for new images and can deliver the necessary update by pulling the new image, gracefully shutting down your existing container, and restarting it with the same options that were used when it was initially deployed.

Watchtower can be quickly started by using the following command:

docker run -d \
  --name watchtower \
  --restart unless-stopped \
  -v /var/run/docker.sock:/var/run/docker.sock \
  nickfedor/watchtower

Documentation

Please review the full documentation at https://watchtower.nickfedor.com if you want to learn more about deploying and using Watchtower.

Tag summary

Content type

Image

Digest

sha256:206bcb910

Size

11.4 MB

Last updated

about 5 hours ago

docker pull nickfedor/watchtower:arm64v8-nightly