watchtower

A process for automating Docker container base image updates.

Github stars Tracking Chart

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 -d \
    --name watchtower \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower

Documentation

The full documentation is available at https://containrrr.github.io/watchtower.

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Main metrics

Overview
Name With Ownercontainrrr/watchtower
Primary LanguageGo
Program languageGo (Language Count: 3)
Platform
License:Apache License 2.0
所有者活动
Created At2015-07-13 21:21:53
Pushed At2024-07-30 08:12:03
Last Commit At
Release Count40
Last Release Namev1.7.1 (Posted on )
First Release NameCenturyLink (Posted on )
用户参与
Stargazers Count21.8k
Watchers Count145
Fork Count0.9k
Commits Count0.9k
Has Issues Enabled
Issues Count882
Issue Open Count161
Pull Requests Count514
Pull Requests Open Count45
Pull Requests Close Count119
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private