Harbor 启用镜像扫描功能方法

Harbor Github地址,里面也有各种安装说明

Harbor 启用镜像扫描功能方法_第1张图片

A demo environment with the latest Harbor stable build installed. For additional information please refer to this page.
账号信息:admin/Harbor12345

Harbor 启用镜像扫描功能方法:在安装时增加 --with-clair 选项

To install Harbor with Clair service, add the --with-clair parameter when you run install.sh:

$ sudo ./install.sh --with-clair

Installation with Notary, Clair, and Chart Repository Service
If you want to install all three of Notary, Clair and chart repository service, you must specify all of the parameters in the same command:

$ sudo ./install.sh --with-notary --with-clair --with-chartmuseum

源文:
https://github.com/goharbor/harbor/blob/master/docs/installation_guide.md

你可能感兴趣的:(Harbor)