harbor安装报错no config file: /root/harbor/harbor.yml

  报错如下:

    prepare base dir is set to /root/harbor
    no config file: /root/harbor/harbor.yml

  原因:配置文件是yml结尾,不是tmpl结尾的

  解决办法:

    harbor.yml.tmpl 将配置文件后缀修改为harbor.yml

mv harbor.yml.tmpl harbor.yml
------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------- 博客均为个人笔记,无所追求,仅供参考~~~ QQ--2382990774
原文地址:https://www.cnblogs.com/alexlv/p/15493002.html