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.
145fe6dbcb
* Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Make watchtower skip update if pre-update lifecycle hook exits with a non-zero exit code #649 * Prevent starting new container if old one is not stopped because of lifecycle hook. * Add null check for c.containerInfo.State in IsRunning * Fixed that the container would not start * Added test for preupdate * EX_TEMPFAIL -> ExTempFail * Added missing fuction ouput names * Skip preupdate when container is restarting. |
3 years ago | |
---|---|---|
.devbots | 5 years ago | |
.github | 4 years ago | |
cmd | 4 years ago | |
dockerfiles | 4 years ago | |
docs | 3 years ago | |
grafana | 4 years ago | |
internal | 3 years ago | |
pkg | 3 years ago | |
prometheus | 4 years ago | |
scripts | 4 years ago | |
.all-contributorsrc | 4 years ago | |
.codacy.yml | 6 years ago | |
.gitignore | 4 years ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE.md | 7 years ago | |
README.md | 4 years ago | |
SECURITY.md | 4 years ago | |
build.sh | 4 years ago | |
code_of_conduct.md | 4 years ago | |
docker-compose.yml | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
gopher-watchtower.png | 5 years ago | |
goreleaser.yml | 4 years ago | |
logo.png | 4 years ago | |
main.go | 5 years ago | |
mkdocs.yml | 4 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 -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):
This project follows the all-contributors specification. Contributions of any kind welcome!