安装部署
下载Harbor
解压
tar zxvf harbor-offline-installer-v1.8.2.tgz修改默认配置文件
配置HTTPS
https:
# # https port for harbor, default is 443
port: 443
# The path of cert and key files for nginx
certificate: /PATH/xxx.pem
private_key: /PATH/xxx.key根据harbor.yml生成docker-compose.yml
harbor.yml生成docker-compose.yml启动Haibor
查看启动情况
Last updated