automationcontinuous-deliverydevopsdockerhacktoberfestnotificationsreceive-notificationsregistryupdate-checkerwatchtower
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7900471f88
* feat: add porcaline output * feat(du-cli): add create-stale action add create-stale action Signed-off-by: nils måsén * test(flags): add alias tests * fix stray format string ref * fix shell liniting problems * feat(du-cli): remove created images * add test for common template * fix interval/schedule logic * use porcelain arg as template version * fix editor save artifacts * use simpler v1 template Signed-off-by: nils måsén |
2 years ago | |
---|---|---|
.devbots | 5 years ago | |
.github | 3 years ago | |
cmd | 2 years ago | |
dockerfiles | 3 years ago | |
docs | 2 years ago | |
grafana | 2 years ago | |
internal | 2 years ago | |
pkg | 2 years ago | |
prometheus | 4 years ago | |
scripts | 2 years ago | |
.all-contributorsrc | 2 years ago | |
.codacy.yml | 6 years ago | |
.gitignore | 3 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE.md | 7 years ago | |
README.md | 2 years ago | |
SECURITY.md | 4 years ago | |
build.sh | 3 years ago | |
code_of_conduct.md | 4 years ago | |
docker-compose.yml | 4 years ago | |
docs-requirements.txt | 3 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
gopher-watchtower.png | 5 years ago | |
goreleaser.yml | 3 years ago | |
logo.png | 4 years ago | |
main.go | 5 years ago | |
mkdocs.yml | 3 years ago |
README.md
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 --detach \
--name watchtower \
--volume /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):
This project follows the all-contributors specification. Contributions of any kind welcome!