Harbor是由VMware公司中国团队开发的一个企业级Registry项目,可用于搭建企业内部的容器镜像
仓库,它包括RBAC、LDAP、日志审核、管理界面、自我注册和中文支持等功能。
Harbor的组件是基于docker部署,所以Harbor可使用docker-compose命令进行部署。
1.Harbor介质下载
地址:
Releases · goharbor/harbor · GitHub
2.上传
使用rz命令上传Harbor介质harbor-offline-installer-v2.9.1-rc1.tgz至服务器(E.g:CentOS7)
[root@centos79 ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[root@centos79 ~]# ls -l harbor-offline-installer-v2.9.1-rc1.tgz
-rw-r--r-- 1 root root 796863822 12月 7 15:14 harbor-offline-installer-v2.9.1-rc1.tgz
[root@centos79 ~]#
3.解压
命令:
tar -zxvf harbor-offline-installer-v2.9.1-rc1.tgz
[root@centos79 ~]# tar -zxvf harbor-offline-installer-v2.9.1-rc1.tgz
harbor/harbor.v2.9.