You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Simon Aronsson e4e1127f8e fix: remove linting issues 5 years ago
.circleci turn on publish filter again 5 years ago
.github fix: stop marking milestone issues as stale 5 years ago
cmd fix: remove linting issues 5 years ago
docs Re-apply based on new go flags package (#336) 5 years ago
internal fix: remove linting issues 5 years ago
pkg fix: remove linting issues 5 years ago
.all-contributorsrc docs: update .all-contributorsrc 5 years ago
.codacy.yml exclude markdown files from coverage analysis 5 years ago
.gitignore also keep the original markdown docs :P~ 5 years ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 5 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 5 years ago
Dockerfile pin down dockerfile alpine version 5 years ago
Dockerfile.self-contained Add Dockerfile.self-contained (#283) 5 years ago
LICENSE.md Possibility to disable the TLS verify for sending mails. 6 years ago
README.md docs: update README.md 5 years ago
go.mod switch urfave to cobra 5 years ago
go.sum Re-apply based on new go flags package (#336) 5 years ago
goreleaser.yml utilize goreleaser builtins and reformat code 5 years ago
main.go fix: remove linting issues 5 years ago
mkdocs.yml move documentation from readme to gh pages 5 years ago

README.md

Watchtower

A process for automating Docker container base image updates.

Circle CI GoDoc Microbadger Go Report Card latest version Apache-2.0 License Codacy Badge Codacy Badge Join the chat at https://gitter.im/containrrr/watchtower All Contributors

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):

James
James

⚠️ 🤔
Florian
Florian

👀 📖
Brian DeHamer
Brian DeHamer

💻 🚧
Ross Cadogan
Ross Cadogan

💻
stffabi
stffabi

💻 🚧
Austin
Austin

📖
David Gardner
David Gardner

👀 📖
Tanguy ⧓ Herrmann
Tanguy ⧓ Herrmann

💻
Rodrigo Damazio Bovendorp
Rodrigo Damazio Bovendorp

💻 📖
Ryan Kuba
Ryan Kuba

🚇
cnrmck
cnrmck

📖
Harry Walter
Harry Walter

💻
Robotex
Robotex

📖
Gerald Pape
Gerald Pape

📖
fomk
fomk

💻
Sven Gottwald
Sven Gottwald

🚇
techknowlogick
techknowlogick

💻
waja
waja

📖
Scott Albertson
Scott Albertson

📖
Jason Huddleston
Jason Huddleston

📖
Napster
Napster

💻
Maxim
Maxim

💻 📖
Max Schmitt
Max Schmitt

📖
cron410
cron410

📖
Paulo Henrique
Paulo Henrique

📖
Kaleb Elwert
Kaleb Elwert

📖
Bill Butler
Bill Butler

📖
Mario Tacke
Mario Tacke

💻
Mark Woodbridge
Mark Woodbridge

💻
Simon Aronsson
Simon Aronsson

💻 🚧 👀
Ansem93
Ansem93

📖
Zois Pagoulatos
Zois Pagoulatos

💻

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