Harbor HTTPS 搭建与使用
安装 Docker 和 Docker Compose
https://github.com/docker/compose/releases
删除所有容器: docker rm -f $(docker ps -qa)
部署 Harbor HTTP
shell
# tar zxvf harbor-offline-installer-v2.0.0.tgz
# cd harbor
# cp harboryml.tmpl harbor.yml# vi harboryml
hostname:reg.ctnrs.com
https:# 先注释https相关配置
harbor admin password: Harbor12345# ./prepare
#./install.sh
剑鸣秋朔