1.下载harbor安装程序
[root@localhost ~]# wget -c https://storage.googleapis.com/harbor-releases/release-1.8.0/harbor-offline-installer-v1.8.2-rc1.tgz--2022-04-21 16:35:34-- https://storage.googleapis.com/harbor-releases/release-1.8.0/harbor-offline-installer-v1.8.2-rc1.tgz正在解析主机 storage.googleapis.com (storage.googleapis.com)... 142.251.43.16, 172.217.163.48, 172.217.160.80, ...正在连接 storage.googleapis.com (storage.googleapis.com)|142.251.43.16|:443... 已连接。已发出 HTTP 请求,正在等待回应... 200 OK长度:570172676 (544M) [application/x-tar]正在保存至: “harbor-offline-installer-v1.8.2-rc1.tgz”100%[========================================================>] 570,172,676 548KB/s 用时 32m 36s2022-04-21 17:08:10 (285 KB/s) - 已保存 “harbor-offline-installer-v1.8.2-rc1.tgz” [570172676/570172676])[root@localhost ~]# tar xvf harbor-offline-installer-v1.8.2-rc1.tgz -C /usr/local/harbor/harbor.v1.8.2.tar.gzharbor/prepareharbor/LICENSEharbor/install.shharbor/harbor.yml
2.配置Harbor参数文件
[root@localhost ~]# vim /usr/local/harbor/harbor.cfg[root@localhost ~]# cat /usr/local/harbor/harbor.cfghostname=192.168.20.22
3.
