From 91491e85c5c09cba2bec541aa4959456b2175ea7 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Tue, 6 Sep 2016 09:41:24 +0200 Subject: [PATCH] Added Harbor by VMware Added Harbor to the Storing Images section and changed the section name to Storing Images / Registries --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcc6b9189..f9b3d2f6d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerf - [Volume management and plugins](#volume-management-and-plugins) - [Useful Images](#useful-images) - [Dockerfile](#dockerfile) - - [Storing Images](#storing-images) + - [Storing Images and Registries](#storing-images-and-registries) - [Monitoring](#monitoring) - [Networking](#networking) - [Logging](#logging) @@ -524,11 +524,12 @@ Securely store your Docker images. * [Dockerfile @jfrazelle][jfrazelledockerfiles] by [@jfrazelle][jfrazelle] **MUST SEE** for a fully containerized desktop! -## Storing Images +## Storing Images and Registries * [Docker Registry v2][distribution] (The Docker toolset to pack, ship, store, and deliver content) * [Rescoyl](https://github.com/noteed/rescoyl) (Private Docker registry) by [@noteed][noteed] * [Atomic Registry](http://www.projectatomic.io/registry/) Red Hat Atomic Registry is an open source enterprise registry based on the Origin and Cockpit projects, enhancing the Docker registry library. +* [VMWare Harbor](http://vmware.github.io/harbor/) Project Harbor by VMWare is an enterprise-class registry server that stores and distributes Docker images. Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity and management. ## Monitoring