A process for automating Docker container base image updates.
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 a2525137c8
Merge pull request #423 from zoispag/feature/413-change-initial-log-from-debug-to-info
Change initial logging message from debug to info
6 years ago
.circleci remove dead code and goverage dependency 6 years ago
.github remove welcome bot config 6 years ago
cmd #413 Change initial logging message from debug to info 6 years ago
docs Update private-registries.md 6 years ago
internal fix some var ref errors 6 years ago
pkg fix some var ref errors 6 years ago
scripts Feat/lifecycle hooks (#351) 6 years ago
.all-contributorsrc Merge branch 'master' into all-contributors/add-zoispag 6 years ago
.codacy.yml
.gitignore also keep the original markdown docs :P~ 6 years ago
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Dockerfile.self-contained Add Dockerfile.self-contained (#283) 6 years ago
LICENSE.md
README.md Merge branch 'master' into all-contributors/add-zoispag 6 years ago
go.mod fix some var ref errors 6 years ago
go.sum Re-apply based on new go flags package (#336) 6 years ago
goreleaser.yml
main.go fix: remove linting issues 6 years ago
mkdocs.yml Renamed documentation file 6 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 Pulls from DockerHub

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

⚠️ 🤔

Florian

👀 📖

Brian DeHamer

💻 🚧

Ross Cadogan

💻

stffabi

💻 🚧

Austin

📖

David Gardner

👀 📖

Tanguy ⧓ Herrmann

💻

Rodrigo Damazio Bovendorp

💻 📖

Ryan Kuba

🚇

cnrmck

📖

Harry Walter

💻

Robotex

📖

Gerald Pape

📖

fomk

💻

Sven Gottwald

🚇

techknowlogick

💻

waja

📖

Scott Albertson

📖

Jason Huddleston

📖

Napster

💻

Maxim

💻 📖

Max Schmitt

📖

cron410

📖

Paulo Henrique

📖

Kaleb Elwert

📖

Bill Butler

📖

Mario Tacke

💻

Mark Woodbridge

💻

Simon Aronsson

💻 🚧 👀

Ansem93

📖

Luka Peschke

💻 📖

Zois Pagoulatos

💻 👀

Alexandre Menif

💻

Andrey

📖

Armando Lüscher

📖

Ryan Budke

📖

Kaloyan Raev

💻 ⚠️

sixth

📖

Gina Häußge

💻

Max H.

💻

Jungkook Park

📖

Jan Kristof Nidzwetzki

📖

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