Add Container Registry Service

Add https://container-registry.com/ a  Harbor based Container Management Solution as a Service for teams and organizations. Free tier offers 1 GB storage for private repositories.
This commit is contained in:
Vadim Bauer 2020-12-04 11:36:11 +01:00 committed by GitHub
parent 85e7a1139c
commit 6c52973716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1029,6 +1029,7 @@ Table of Contents
## Docker Related
* [canister.io](https://canister.io/) — 20 free private repositories for developers, 30 free private repositories for teams to build and store Docker images
* [Container Registry Service](https://container-registry.com/) - Harbor based Container Management Solution. Free tier offers 1 GB storage for private repositories.
* [Docker Hub](https://hub.docker.com) — One free private repository and unlimited public repositories to build and store Docker images
* [Gitlab](https://gitlab.com) - Per-repo container registry. 10GB limit.
* [Play with Docker](https://labs.play-with-docker.com/) — A simple, interactive and fun playground to learn Docker.