install guide ova

This commit is contained in:
Henry Zhang 2016-11-22 21:15:06 +08:00
parent 093747cd2c
commit 9fa6842f83

View File

@ -72,8 +72,7 @@ Harbor can obtain IP address by DHCP. This is convenient for testing purpose. Fo
* Authentication * Authentication
The **Authentication Mode** must be set before the first boot of Harbor. Subsequent changes to **Authentication Mode** does not have any effect. When **ldap_auth** mode is The **Authentication Mode** must be set before the first boot of Harbor. Subsequent changes to **Authentication Mode** does not have any effect. When **ldap_auth** mode is enabled, properties related to LDAP/AD must be set.
enabled, properties related to LDAP/AD must be set.
* **Authentication Mode**: The default authentication mode is **db_auth**. Set it to **ldap_auth** when users' credentials are stored in an LDAP or AD server. Note: this option can only be set once. * **Authentication Mode**: The default authentication mode is **db_auth**. Set it to **ldap_auth** when users' credentials are stored in an LDAP or AD server. Note: this option can only be set once.
* **LDAP URL**: The URL of an LDAP/AD server. * **LDAP URL**: The URL of an LDAP/AD server.
@ -133,9 +132,9 @@ To download Harbor's CA certificate and import into a Docker client, follow the
2. Click on the admin's name and select **About** from drop-down menu. 2. Click on the admin's name and select **About** from drop-down menu.
3. Click on the **Download** link to save the certificate file as `ca.crt`. 3. Click on the **Download** link to save the certificate file as `ca.crt`.
4. Transmit the certificate file to a Docker host, put it under the below directory, you may need to create the directory if it does not exist: 4. Transmit the certificate file to a Docker host, put it under the below directory, you may need to create the directory if it does not exist:
``` ```
/etc/docker/certs.d/<host_name_or_IP_of_Harbor>/ca.crt /etc/docker/certs.d/<host_name_or_IP_of_Harbor>/ca.crt
``` ```
5. Restart Docker service. 5. Restart Docker service.
6. Run `docker login` to verify that HTTPS is working. 6. Run `docker login` to verify that HTTPS is working.