wzooff / watchtower

A process for automating Docker container base image updates.

Home Page:https://containrrr.dev/watchtower/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watchtower

A process for automating Docker container base image updates.

Circle CI codecov GoDoc Microbadger Go Report Card latest version Apache-2.0 License Codacy Badge 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.dev/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

πŸ’»

Ameya Shenoy

πŸ’»

Raymon de Looff

πŸ’»

John Clayton

πŸ’»

Germs2004

πŸ“–

Lukas Willburger

πŸ’»

Oliver Cervera

πŸ“–

Victor Moura

⚠️ πŸ’» πŸ“–

Maximilian Brandau

πŸ’» ⚠️

Andrew

πŸ“–

sixcorners

πŸ“–

nils mΓ₯sΓ©n

πŸ“– πŸ’»

Arne JΓΈrgensen

⚠️ πŸ‘€

PatSki123

πŸ“–

Valentine Zavadsky

πŸ’» πŸ“– ⚠️

Alexander Voronin

πŸ’» πŸ›

Oliver Mueller

πŸ“–

Sebastiaan Tammer

πŸ’»

miosame

πŸ“–

Andrew Metzger

πŸ› πŸ’‘

Pierre Grimaud

πŸ“–

Matt Doran

πŸ“–

MihailITPlace

πŸ’»

bugficks

πŸ’» πŸ“–

Michael

πŸ’»

D. Domig

πŸ“–

Ben Osheroff

πŸ’»

David H.

πŸ’»

Chander Ganesan

πŸ“–

yrien30

πŸ’»

ksurl

πŸ“– πŸ’»

rg9400

πŸ’»

Turtle Kalus

πŸ’»

Srihari Thalla

πŸ“–

Thomas Gaudin

πŸ“–

hydrargyrum

πŸ“–

Reinout van Rees

πŸ“–

DasSkelett

πŸ’»

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

About

A process for automating Docker container base image updates.

https://containrrr.dev/watchtower/

License:Apache License 2.0


Languages

Language:Go 96.1%Language:Shell 3.7%Language:Dockerfile 0.2%