mirror of
https://github.com/goharbor/harbor
synced 2025-04-12 21:41:31 +00:00
update docs
This commit is contained in:
parent
3ed8225935
commit
e366c31d83
|
@ -2,10 +2,14 @@
|
|||
|
||||
### User documents
|
||||
|
||||
[Installation and Configuration Guide](installation_guide.md)
|
||||
Read this first!
|
||||
**[Installation and Configuration Guide](installation_guide.md)
|
||||
Read this first!**
|
||||
Guide for Harbor online installer and offline installer.
|
||||
|
||||
[Harbor User Guide](user_guide.md)
|
||||
**[Installation and Configuration Guide for Virtual Appliance](installation_guide_ova.md)**
|
||||
Guide for installing Harbor on vSphere, either standalone or as part of vSphere Integrated Containers (VIC).
|
||||
|
||||
**[Harbor User Guide](user_guide.md)**
|
||||
How to use Harbor to manage images, projects, replications and users.
|
||||
|
||||
[Configuring HTTPS for Harbor](configure_https.md)
|
||||
|
@ -14,7 +18,7 @@ Configure security connection between Harbor and Docker client.
|
|||
[Upgrade and Data Migration Guide](migration_guide.md)
|
||||
Data migration may be needed when upgrading Harbor to a newer version.
|
||||
|
||||
[make Harbor on Kubernetes](kubernetes_deployment.md)
|
||||
[Deploy Harbor on Kubernetes](kubernetes_deployment.md)
|
||||
Guide to deploy Harbor on Kubenetes. (maintained by community)
|
||||
|
||||
### Developer documents
|
||||
|
@ -43,11 +47,16 @@ How to add your local language to Harbor.
|
|||
|
||||
[Harbor Registry Blueprint for vRA](http://www.vmtocloud.com/harbor-registry-blueprint-is-here/)
|
||||
|
||||
[Architecture of Harbor: An Open Source Enterprise-class Registry Server](http://www.think-foundry.com/architecture-of-harbor-an-open-source-enterprise-class-registry-server/)
|
||||
|
||||
[Private Harbor Registry Achieves High Availability based on Virtual SAN](http://www.think-foundry.com/private-docker-registry-harbor-achieves-ha-based-on-virtual-san/)
|
||||
|
||||
[Working with Harbor Registry REST API via Swagger](http://www.think-foundry.com/working-with-harbor-registry-rest-api-via-swagger/)
|
||||
|
||||
[Project Harbor in action](http://cormachogan.com/2016/08/05/project-harbor-action/)
|
||||
|
||||
[Using vSphere docker volume driver to run Project Harbor on VSAN](http://cormachogan.com/2016/07/29/using-vsphere-docker-volume-driver-run-project-harbor-vsan/)
|
||||
|
||||
[Architecture of Harbor: An Open Source Enterprise-class Registry Server](http://www.think-foundry.com/architecture-of-harbor-an-open-source-enterprise-class-registry-server/)
|
||||
|
||||
[Overall Architecture of Harbor Registry](http://www.compare-review-information.com/overall-architecture-of-harbor-registry/)
|
||||
|
||||
|
|
|
@ -75,6 +75,8 @@ This guide walks you through the steps about installing and configuring Harbor o
|
|||
|
||||
11. When the appliance is ready, check from vSphere Web Client for its IP address. Open a browser and type in the URL `http(s)://harbor_ip_address` or `http(s)://harbor_host_name`. Log in as the admin user and verify Harbor has been successfully installed.
|
||||
|
||||
12. For information on how to use Harbor, please refer to [User Guide of Harbor](user_guide.md).
|
||||
|
||||
## Reconfiguration
|
||||
If you want to change the properties of Harbor, follow the below steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user