52c945389a
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.30.0 to 1.32.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.30.0...v1.32.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
8 months ago | |
---|---|---|
.devbots | 5 years ago | |
.github | 11 months ago | |
cmd | 1 year ago | |
dockerfiles | 11 months ago | |
docs | 1 year ago | |
grafana | 2 years ago | |
internal | 1 year ago | |
pkg | 1 year ago | |
prometheus | 4 years ago | |
scripts | 1 year ago | |
tplprev | 1 year ago | |
.all-contributorsrc | 11 months ago | |
.codacy.yml | 6 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 1 year ago | |
CONTRIBUTING.md | 5 years ago | |
LICENSE.md | 7 years ago | |
README.md | 1 year 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 | 8 months ago | |
go.sum | 8 months ago | |
gopher-watchtower.png | 5 years ago | |
goreleaser.yml | 3 years ago | |
logo.png | 4 years ago | |
main.go | 5 years ago | |
mkdocs.yml | 2 years ago | |
oryxBuildBinary | 1 year 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
Watchtower is intended to be used in homelabs, media centers, local dev environments, and similar. We do not recommend using Watchtower in a commercial or production environment. If that is you, you should be looking into using Kubernetes. If that feels like too big a step for you, please look into solutions like MicroK8s and k3s that take away a lot of the toil of running a Kubernetes cluster.
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!