电脑桌面
添加蚂蚁七词文库到电脑桌面
安装后可以在桌面快捷访问

Harbor2.2.4在CentOS7.9安装、部署

来源:金蝶云社区作者:金蝶2024-09-162

Harbor2.2.4在CentOS7.9安装、部署

摘自:

https://www.cnblogs.com/uncleyong/p/15469575.html

https://blog.csdn.net/terryboy/article/details/122983995


Harbor2.2.4在CentOS7.9安装、部署

CentOS7.9基础环境配置

https://www.cnblogs.com/uncleyong/p/15471002.html

直接从网盘获取配置好的环境

修改:vim /etc/hosts

1
2
3
4
5
6
7
8
9
10
11
12
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
  
192.168.117.160 qzcsbj-harbor
192.168.117.161 k8s-master01
192.168.117.162 k8s-node01
192.168.117.163 k8s-node02
 
192.168.117.162 eureka.webpts.com
192.168.117.162 gateway.webpts.com
192.168.117.162 gateway.webpt.com

 

vim /etc/docker/daemon.json

 

简介

官方地址:https://vmware.github.io

Github:https://github.com/goharbor/harbor

安装docker

yum install docker-ce-19.03.* docker-ce-cli-19.03.* -y 

docker -v

 

安装docker-compose

Docker Compose是Docker的单机编排工具,

Harbor使用Docker方式来安装启动,并且通过Docker Compose工具来管理。

下载地址:https://github.com/docker/compose/releases/download/1.28.6/docker-compose-Linux-x86_64

安装参考:https://docs.docker.com/compose/install/

1
2
chmod +x docker-compose-Linux-x86_64
mv docker-compose-Linux-x86_64 /usr/local/sbin/docker-compose

docker-compose -v

 

Harbor下载、安装、配置

下载:https://github.com/goharbor/harbor/releases

解压:tar -zxvf harbor-offline-installer-v2.2.4.tgz -C /usr/local/

cd /usr/local/harbor/

 

cp harbor.yml.tmpl harbor.yml

vim harbor.yml

Harbor2.2.4在CentOS7.9安装、部署

摘自:https://www.cnblogs.com/uncleyong/p/15469575.html https://blog.csdn.net/terryboy/article/details/122983995Harbor2.2.4在CentO...
点击下载文档文档为doc格式

声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。

已经是第一篇
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息
QQ群
  • 答案:my7c点击这里加入QQ群
支持邮箱
微信
  • 微信