watchtower
A process for automating Docker container base image updates.
1B+
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!
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
The full documentation is available at https://containrrr.github.io/watchtowerβ .
Thanks goes to these wonderful people (emoji keyβ ):
This project follows the all-contributorsβ specification. Contributions of any kind welcome!
Content type
Image
Digest
sha256:135de872dβ¦
Size
10.4 MB
Last updated
about 2 years ago
docker pull containrrr/watchtower:latest-dev