From 6c52973716a1035ab15e33da0a4f32676757d7f2 Mon Sep 17 00:00:00 2001 From: Vadim Bauer <1492007+Vad1mo@users.noreply.github.com> Date: Fri, 4 Dec 2020 11:36:11 +0100 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51261c45..5d8ae260 100644 --- a/README.md +++ b/README.md @@ -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.