https://github.com/goharbor/harbor/releases/download/v2.1.3/harbor-online-installer-v2.1.3.tgzgit
tar xvf harbor-online-installer-v2.1.3.tgz
cd harbor cp harbor.yml.tmpl harbor.yml
hostname: 192.168.88.158 #修改成綁定的IP或域名 harbor_admin_password: Harbor12345 #修改默認的管理員密碼 password: root123 #修改數據庫密碼 #註釋https相關條目
./install.sh
http://IP github