(转)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

相关文章:

  • 2022-12-23
  • 2021-11-09
  • 2023-03-31
  • 2021-11-14
  • 2021-09-01
  • 2021-12-24
  • 2021-07-09
猜你喜欢
  • 2021-11-12
  • 2019-02-23
  • 2022-12-23
  • 2021-08-04
  • 2021-10-16
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案