b436c0462d
The notification shows an example of how to get it working for gmail smtp servers, but it's missing the port parameter required to get the SMTP connection working. Without this setting, you get a "connection refused" connecting to port 25. Given the popularity of gmail, it would be nice to have this example more accurate. |
||
---|---|---|
.circleci | ||
.devbots | ||
.github | ||
cmd | ||
dockerfiles | ||
docs | ||
internal | ||
pkg | ||
scripts | ||
.all-contributorsrc | ||
.codacy.yml | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
gopher-watchtower.png | ||
goreleaser.yml | ||
LICENSE.md | ||
main.go | ||
mkdocs.yml | ||
README.md |
Watchtower
A process for automating Docker container base image updates.
⚠️ Help needed
As I @simskij currently am the sole maintainer of watchtower, i'm finding it a bit hard to keep up with all issues and pull requests. Interested in helping out with triage, troubleshooting and issue handling? Let me know on gitter!
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!