Sign inSign up

cachecash/watchtower

By cachecash

Updated almost 7 years ago

Image
0

1.1K

cachecash/watchtower repository overview

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

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

Tag summary

Content type

Image

Digest

Size

9.6 MB

Last updated

almost 7 years ago

docker pull cachecash/watchtower