怎样安装企业级docker镜像仓库Harbor

2023-04-14 00:35:00 镜像 仓库 企业级

安装Harbor

1.下载Harbor

wget https://github.com/goharbor/harbor/releases/download/v1.7.0/harbor-offline-installer-v1.7.0.tgz

2.解压

tar xvf harbor-offline-installer-v1.7.0.tgz

3.修改配置文件

cd harbor vi harbor.cfg

修改 hostname = registry.example.com 为自己的域名

4.安装

./install.sh

5.启动

systemctl start docker systemctl start harbor

6.访问

http://your_domain

默认用户名和密码为 admin/Harbor12345

相关文章