Sign inSign up

martinbouillaud/watchtower

By martinbouillaud

•Updated about 24 hours ago

Update the running version of your containerized app simply by pushing a new image.

Image
Security
0

1.3K

martinbouillaud/watchtower repository overview

⁠Quick Start

With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry.

Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially. Run the watchtower container with the following command:

$ docker run --detach \
    --name watchtower \
    --volume /var/run/docker.sock:/var/run/docker.sock \
    martinbouillaud/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.

⁠Documentation

The full documentation is available at https://containrrr.dev/watchtower⁠.

Tag summary

Content type

Image

Digest

sha256:68663bc1d…

Size

12.1 MB

Last updated

about 24 hours ago

docker pull martinbouillaud/watchtower