This commit is contained in:
Stuart Clements 2019-12-18 14:48:58 +01:00
parent 42e2147935
commit eb87465c88
3 changed files with 2 additions and 6 deletions

View File

@ -1,4 +0,0 @@
# Manage the Harbor Instance
- [Reconfigure Harbor and Manage the Harbor Lifecycle](reconfigure_manage_lifecycle.md)
- [Access Harbor Logs](access_logs.md)

View File

@ -66,7 +66,7 @@ By default, Harbor limits the CPU usage of the Clair container to 150000 to avoi
To install Harbor with chart repository service, add the `--with-chartmuseum` parameter when you run `install.sh`:
```
$ sudo ./install.sh --with-chartmuseum
sudo ./install.sh --with-chartmuseum
```
## Installation with Notary, Clair, and Chart Repository Service
@ -74,7 +74,7 @@ To install Harbor with chart repository service, add the `--with-chartmuseum` pa
If you want to install all three of Notary, Clair and chart repository service, specify all of the parameters in the same command:
```
$ sudo ./install.sh --with-notary --with-clair --with-chartmuseum
sudo ./install.sh --with-notary --with-clair --with-chartmuseum
```
<a id="connect_http"></a>