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.
739f328ee5
* feat(http): optional query parameter to update only containers of a specified image * fix style issues * comma separated image parameter * Support comma-separated query parameter as well as specifying it multiple times Co-authored-by: nils måsén <nils@piksel.se> * fixed compile error * fixed FilterByImageTag Not sure what changed in my testing setup, but Docker reports image names including the tag name now. * consistent use of image/tag (use image) * fixed multiple image queries * assuming I'm right here, only block on lock when any images are specified. * add unit tests for image filter. didn't add tests for update api because they didn't already exist * whoops. * use ImageName instead, add unit test for empty ImageName filter. Co-authored-by: nils måsén <nils@piksel.se> |
2 years ago | |
---|---|---|
.devbots | 5 years ago | |
.github | 3 years ago | |
cmd | 2 years ago | |
dockerfiles | 3 years ago | |
docs | 3 years ago | |
grafana | 2 years ago | |
internal | 3 years ago | |
pkg | 2 years ago | |
prometheus | 4 years ago | |
scripts | 3 years ago | |
.all-contributorsrc | 3 years ago | |
.codacy.yml | 6 years ago | |
.gitignore | 3 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE.md | 7 years ago | |
README.md | 3 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 | 3 years ago | |
go.sum | 3 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!