watchtower
A process for automating Docker container base image updates.
100K+
A process for automating Docker container base image updates.
With Watchtower you can update the running version of your containerized app simply by pushing a new image to Docker Hub or your own image registry.
Watchtower will pull down the new image, gracefully shut down your existing container, and restart it with the same options that were used when it was deployed initially.
Run Watchtower with:
docker run --detach \
--name watchtower \
--volume /var/run/docker.sock:/var/run/docker.sock \
marrrrrrrrry/watchtower
Watchtower is intended to be used in homelabs, media centers, local dev environments, and similar. We do not recommend using Watchtower in a commercial or production environment. If that is you, you should be looking into using Kubernetes. If that feels like too big a step for you, please look into solutions like MicroK8s and k3s that take away a lot of the toil of running a Kubernetes cluster.
The full documentation is available at https://marrrrrrrrry.github.io/watchtower-docs/.
Content type
Image
Digest
sha256:4937a130a…
Size
6 MB
Last updated
2 months ago
docker pull marrrrrrrrry/watchtower