bfae38dbf8
* feat(update): add lifecycle hooks to the update action * fix(ci): add bash tests for lifecycle-hooks to the ci workflow * fix(ci): move integration tests to an isolated step * fix(ci): fix malformed all-contributors json * fix(ci): disable automatic bash test until we figure out a reasonable way to run it in circleci |
5 years ago | |
---|---|---|
.circleci | 5 years ago | |
.github | 6 years ago | |
cmd | 5 years ago | |
docs | 5 years ago | |
internal | 5 years ago | |
pkg | 5 years ago | |
scripts | 5 years ago | |
.all-contributorsrc | 5 years ago | |
.codacy.yml | 6 years ago | |
.gitignore | 6 years ago | |
CODE_OF_CONDUCT.md | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
Dockerfile | 6 years ago | |
Dockerfile.self-contained | 6 years ago | |
LICENSE.md | 7 years ago | |
README.md | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
goreleaser.yml | 6 years ago | |
main.go | 5 years ago | |
mkdocs.yml | 6 years ago |
README.md
Watchtower
A process for automating Docker container base image updates.
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!