Harbor仓库高可用

一、搭建两台Harbor

搭建方法参考:https://www.cnblogs.com/hanfuming/p/15750031.html

二、两台新建相同项目

 

三、第二台harbor上仓库管理中新建目标

 

 

 输入第一台harbor服务器上的主机和用户信息

 

 

 

 

 第一台配置同理

 

 上传镜像测试是否同步

第二台:

docker tag beae173ccac6 192.168.5.160/public/busybox:latest

docker push 192.168.5.160/public/busybox:latest

第一台:

docker tag 605c77e624dd 192.168.5.232/public/nginx:latest

docker push 192.168.5.232/public/nginx:latest

 

 

posted @ 2021-12-31 10:00  hanfuming  阅读(35)  评论(0编辑  收藏  举报