Watchtower

Watchtower logo

Watchtower — Auto-Update Containers

Version: 1.7.1

A container-based solution for automating Docker container base image updates. Set it and forget it.

 • 


Quick Start

docker run -d \
  --name watchtower \
  --restart=always \
  -v /var/run/docker.sock:/var/run/docker.sock \
  containrrr/watchtower

By default, Watchtower checks for updates every 24 hours. Use --interval (seconds) to change the schedule.

Features

Privacy & Notes

Open source under the Apache 2.0 license. No telemetry. Be mindful that auto-updating production containers can introduce breaking changes — consider using it selectively or in a test environment first.

Changelog (short)

1.7.1 includes improved registry authentication handling and bug fixes.