Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Harbor | 20,946 | 21 | 7 hours ago | 255 | June 28, 2022 | 615 | apache-2.0 | Go | ||
An open source trusted cloud native registry project that stores, signs, and scans content. | ||||||||||
Verdaccio | 15,300 | 92 | 185 | 2 days ago | 305 | July 21, 2023 | 71 | mit | TypeScript | |
📦🔐 A lightweight Node.js private proxy registry | ||||||||||
Watchtower | 14,939 | 12 hours ago | 62 | January 30, 2023 | 96 | apache-2.0 | Go | |||
A process for automating Docker container base image updates. | ||||||||||
Kaniko | 12,969 | 3 | 12 hours ago | 65 | July 26, 2023 | 575 | apache-2.0 | Go | ||
Build Container Images In Kubernetes | ||||||||||
Skopeo | 6,617 | 2 | 2 days ago | 123 | July 19, 2023 | 58 | apache-2.0 | Go | ||
Work with remote images registries - retrieving information, images, signing content | ||||||||||
Follow Me Install Kubernetes Cluster | 6,317 | 2 years ago | 161 | other | Shell | |||||
和我一步步部署 kubernetes 集群 | ||||||||||
Kraken | 5,634 | 2 | 7 days ago | 8 | January 06, 2022 | 82 | apache-2.0 | Go | ||
P2P Docker registry capable of distributing TBs of data in seconds | ||||||||||
Fn | 5,483 | a month ago | 1 | May 16, 2023 | 157 | apache-2.0 | Go | |||
The container native, cloud agnostic serverless platform. | ||||||||||
Registrator | 4,635 | 1 | 18 days ago | 1 | October 23, 2014 | 265 | mit | Go | ||
Service registry bridge for Docker with pluggable adapters | ||||||||||
Cnpmjs.org | 3,576 | 4 | 3 | 6 months ago | 262 | March 25, 2023 | 3 | other | JavaScript | |
‼️ ‼️ ‼️ ‼️ DEPRECATED, please use https://github.com/cnpm/cnpmcore ‼️ ‼️ ‼️ ‼️ |
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
The full documentation is available at https://containrrr.dev/watchtower.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!