Merge pull request #1729 from Vad1mo/patch-1

Add Container Registry Service that offer 1 GB of private image store for Free, perfect for devs
This commit is contained in:
R.I.Pienaar 2020-12-04 11:39:40 +01:00 committed by GitHub
commit 014197889e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1030,6 +1030,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.