Fork me on GitHub

VMware Harbor

An Enterprise-class Container Registry Server based on Docker Distribution

Fork Harbor

What is Harbor

Project Harbor 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. As an enterprise private registry, Harbor offers better performance and security. Having a registry closer to the build and run environment improves the image transfer efficiency. Harbor supports the setup of multiple registries and has images replicated between them. With Harbor, the images are stored within the private registry, keeping the bits and intellectual properties behind the company firewall. In addition, Harbor offers advanced security features, such as user management, access control and activity auditing.

  • Role Based Access Control - Users and docker repositories are organized via "projects", a user can have different permission for images under a namespace.
  • Image replication - Images can be replicated (synchronized) between multiple registry instances. Great for load balancing, high availability, hybrid and multi-cloud scenarios.
  • Graphical user portal - User can easily browse, search docker repositories, manage projects/namespaces.
  • AD/LDAP support - Harbor integrates with existing enterprise AD/LDAP for user authentication and management.
  • Auditing - All the operations to the repositories are tracked and can be used for auditing purpose.
  • Internationalization - Already localized for English, Chinese, German, Japanese and Russian. More languages can be added.
  • RESTful API - RESTful APIs are provided for most administrative operations of Harbor. The integration with other management softwares becomes easy.
  • Easy deployment - docker compose and offline installer.

See the Readme for more information.

Getting Harbor

Harbor can be installed from the source code by using "docker-compose up" command, which goes through a full build process. Besides, a pre-built installation package of each release can be downloaded from the release page.

This guide describes the installation of Harbor by using the package.

Getting Started

We've provided a few guides to help get you started:

Readme of Harbor

Get Started

Installation Guide of Harbor

Get Started

Configure Harbor with HTTPS Access

Get Started

View and test Harbor REST API via Swagger

Get Started

Contributors

Contributing

We welcome contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a pull request. For any questions about the CLA process, please refer to our FAQ.

License

Harbor is available under the Apache 2 license.