1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
A process for automating Docker container base image updates. https://containrrr.dev/watchtower/
Go to file
2019-06-02 13:29:37 +02:00
.circleci move documentation from readme to gh pages 2019-06-01 14:33:31 +02:00
.github fix: stop marking milestone issues as stale 2019-06-02 13:29:37 +02:00
actions add tests for check action, resolve wt cleanup bug (#284) 2019-04-20 16:44:41 +02:00
app Make it possible to use watchtower to update exited or created containers as well (#289) 2019-05-12 09:29:52 +02:00
container Make it possible to use watchtower to update exited or created containers as well (#289) 2019-05-12 09:29:52 +02:00
docs also keep the original markdown docs :P~ 2019-06-02 13:18:48 +02:00
notifications Add Slack Channel, IconEmoji, and IconURL options (#241) 2019-04-07 17:38:20 +02:00
.all-contributorsrc docs: add Ansem93 as a contributor (#329) 2019-05-25 14:34:11 +02: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 Update CONTRIBUTING.md 2019-04-14 21:08:11 +02:00
Dockerfile pin down dockerfile alpine version 2019-04-17 12:46:46 +02:00
Dockerfile.self-contained Add Dockerfile.self-contained (#283) 2019-04-20 14:24:53 +02:00
go.mod exclude markdown files from coverage analysis 2019-04-17 21:44:31 +02:00
go.sum exclude markdown files from coverage analysis 2019-04-17 21:44:31 +02:00
goreleaser.yml utilize goreleaser builtins and reformat code 2019-04-14 22:08:13 +02:00
LICENSE.md Possibility to disable the TLS verify for sending mails. 2018-02-27 01:23:28 +01:00
main.go Make it possible to use watchtower to update exited or created containers as well (#289) 2019-05-12 09:29:52 +02:00
mkdocs.yml move documentation from readme to gh pages 2019-06-01 14:33:31 +02:00
README.md move documentation from readme to gh pages 2019-06-01 14:33:31 +02: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

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

📖

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