15.1. docker私有仓库构建

github: habor

15.1.1. habor安装

[root@centos-151 harbor]# yum install docker-compose docker
[root@centos-151 ~]# wget https://storage.googleapis.com/harbor-releases/release-1.4.0/harbor-offline-installer-v1.4.0.tgz
[root@centos-151 ~]# tar xf harbor-offline-installer-v1.4.0.tgz
[root@centos-151 harbor]# vim harbor.cfg
# 修改如下4行
hostname = registry.linuxpanda.tech
customize_crt = off
harbor_admin_password =  harbor
db_password = harbor

[root@centos-151 harbor]# ./install.sh

15.1.2. web访问

../_images/harbor登陆.png ../_images/harbor管理主页.png ../_images/harbor注册账号.png ../_images/harbor新建项目.png