A solution for automating Docker container image updates.
5M+
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
Please review the full documentation at https://watchtower.nickfedor.com if you want to learn more about deploying and using Watchtower.
Content type
Image
Digest
sha256:206bcb910…
Size
11.4 MB
Last updated
about 5 hours ago
docker pull nickfedor/watchtower:arm64v8-nightly