(转)Harbor 启用镜像扫描功能方法
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
转自:https://blog.csdn.net/shenhonglei1234/article/details/102836131