From df01d9350ac88029f497cd8faeba95d64fa1f875 Mon Sep 17 00:00:00 2001 From: Gaius Date: Fri, 20 Jan 2023 15:10:59 +0800 Subject: [PATCH] feat: add dragonfly to registry (#1048) Signed-off-by: Gaius Signed-off-by: Gaius --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef97370..09d3afd 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,7 @@ Services to securely store your Docker images. - [Docker Hub](https://hub.docker.com/) provided by Docker Inc. - [Docker Registry v2][distribution] - The Docker toolset to pack, ship, store, and deliver content - [Docket](https://github.com/netvarun/docket) - Custom docker registry that allows for lightning fast deploys through bittorrent by [@netvarun](https://github.com/netvarun/) +- [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) - Provide efficient, stable and secure file distribution and image acceleration based on p2p technology. - [GCE Container Registry :heavy_dollar_sign:](https://cloud.google.com/container-registry/) Fast, private Docker image storage on Google Cloud Platform - [GitLab Container Registry](https://docs.gitlab.com/ee/user/packages/container_registry/) - Registry focused on using its images in GitLab CI - [Harbor](https://github.com/goharbor/harbor) An open source trusted cloud native registry project that stores, signs, and scans content. Supports replication, user management, access control and activity auditing. By [CNCF](Sandbox) formerly [VMWare][vmware]