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.
dc12a1ac7f
* feat: allow hostname override for email notifier As it currently stands all notifiers utilise `os.Hostname` to populate their titles/subjects. When utilising Docker with a bridged network if you set the hostname for a container to an external DNS hostname Docker's internal DNS resolver will override said hostname for all containers within the bridged network. This change allows a user to specify what hostname should be represented in the email notifications without having to change the `os.Hostname`. * feat: allow custom hostname for all notifiers * docs: adjust notification hostname flag |
4 years ago | |
---|---|---|
.devbots | 5 years ago | |
.github | 4 years ago | |
cmd | 4 years ago | |
dockerfiles | 4 years ago | |
docs | 4 years ago | |
grafana | 4 years ago | |
internal | 4 years ago | |
pkg | 4 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 | 5 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 | 5 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!