1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-03 08:45:43 +02:00
A process for automating Docker container base image updates. https://containrrr.dev/watchtower/
Go to file
2020-01-08 20:02:47 -03:00
.circleci remove dead code and goverage dependency 2019-09-15 16:52:39 +02:00
.github remove welcome bot config 2019-11-24 14:53:42 +01:00
cmd #413 Change initial logging message from debug to info 2019-12-25 16:07:11 +01:00
dockerfiles Moved dockerfiles to an exclusive folder 2020-01-08 18:51:04 -03:00
docs Update private-registries.md 2019-12-26 08:16:18 +01:00
internal Merge branch 'master' into master 2019-12-25 13:47:36 +01:00
pkg fix some var ref errors 2019-11-17 11:19:57 +01:00
scripts Feat/lifecycle hooks (#351) 2019-07-27 01:37:16 +02:00
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2019-12-28 09:51:13 +00:00
.codacy.yml exclude markdown files from coverage analysis 2019-04-17 21:44:31 +02:00
.gitignore also keep the original markdown docs :P~ 2019-06-02 13:18:48 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-04-07 21:47:50 +02:00
CONTRIBUTING.md Adds development self-contained builds instructions to CONTRIBUTING.md 2020-01-08 20:02:47 -03:00
go.mod Merge branch 'master' into master 2019-12-25 13:47:36 +01:00
go.sum do not delete same image twice when cleaning up 2019-10-13 14:46:06 -06:00
goreleaser.yml Edits goreleaser to match exclusive dockerfiles folder 2020-01-08 19:42:08 -03:00
LICENSE.md Possibility to disable the TLS verify for sending mails. 2018-02-27 01:23:28 +01:00
main.go fix: remove linting issues 2019-07-22 12:10:57 +02:00
mkdocs.yml Renamed documentation file 2019-12-25 20:37:40 +01:00
README.md docs: update README.md [skip ci] 2019-12-28 09:51:12 +00:00

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

📖

lukas

💻

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