Skip to content

Watchtower

What is it?

Watchtower is 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 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.

Details
Project home Docs Github Docker

1. Installation

sb install sandbox-watchtower

2. Setup