mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 00:33:07 +00:00
installation and README update
This commit is contained in:
parent
e88b730bba
commit
a6188ec706
|
@ -12,7 +12,7 @@ Project Harbor is an enterprise-class registry server. It extends the open sourc
|
|||
* **AD/LDAP support**: Harbor integrates with existing AD/LDAP of the enterprise for user authentication and management.
|
||||
* **Auditing**: All the operations to the repositories are tracked and can be used for auditing purpose.
|
||||
* **Internationalization**: Localized for English and Chinese languages. More languages can be added.
|
||||
* **RESTful API**: RESTful APIs are provided for most administrative operations of Harbor. The integration with another management software becomes easy.
|
||||
* **RESTful API**: RESTful APIs are provided for most administrative operations of Harbor. The integration with other management softwares becomes easy.
|
||||
|
||||
### Try it
|
||||
Harbor is self-contained and can be easily deployed via docker-compose.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Installation Guide of Harbor
|
||||
### Download the installation package
|
||||
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 for each release can be downloaded from the [release page](https://github.com/vmware/harbor/releases). This guide describes the installation of Harbor by the pre-built package.
|
||||
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 for each release can be downloaded from the [release page](https://github.com/vmware/harbor/releases). This guide describes the installation of Harbor by the using pre-built package.
|
||||
### Prerequisites for target machine
|
||||
Harbor is deployed as several Docker containers. Hence, it can be deployed on any Linux distribution that supports Docker.
|
||||
Before deploying Harbor, the target machine requires Python, Docker, Docker Compose to be installed.
|
||||
|
|
Loading…
Reference in New Issue
Block a user