标签:offline 安装 arch doc pre 修改 software compose usr
环境选择在 pg60-200.k8s.host.com
虚机上部署
# GitHub仓库地址:https://github.com/goharbor/harbor
shell> cd /usr/local/src
shell> wget http://dlsw.91donkey.com/software/source/k8s/harbor-offline-installer-v1.8.6.tgz
shell> tar zxf harbor-offline-installer-v1.8.6.tgz -C /opt/
hostname: harbor.k8s.91donkey.com
data_volume: /export/harbor/data
location: /export/harbor/log
shell> yum -y install docker-compose
shell> rpm -qa docker-compose
docker-compose-1.18.0-4.el7.noarch
shell> mkdir -p /export/harbor/{data,log}
shell> cd /opt/harbor
shell> ./install.sh
标签:offline 安装 arch doc pre 修改 software compose usr
原文地址:https://www.cnblogs.com/91donkey/p/12845001.html