
Harbor
Harbor
技术园地
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Centos7 搭建 Harbor 私有仓库(一) -- 以http方式搭建
1 说明 前文Centos7搭建DockerRegistry介绍了DockerRegistry的搭建,但它没有UI页面,因此选择Harbor 以下基于镜像CentOS-7-x86_64-Minimal-1804进行搭建 均已root用户进行操作 2 安装docker和docker-compose 参见Centos7安装DockerCE安装Docker引擎 2.1 安装docker-com...转载 2019-06-07 08:06:07 · 864 阅读 · 0 评论 -
Centos7 搭建 Harbor 私有仓库(二) -- 修改为以https方式搭建
1 说明 前文Centos7搭建Harbor私有仓库(一)中成功搭建了Harbor,但,是以http方式搭建的,这里我们修改为https方式 以下基于镜像CentOS-7-x86_64-Minimal-1804进行搭建 均已root用户进行操作 2 生成自签名证书 这里我们使用https://github.com/Fishdrowned/ssl提供的shell脚本生成ssl证书,在命令行中...转载 2019-06-07 08:07:26 · 804 阅读 · 0 评论 -
Docker 访问 Harbor 私有仓库(一)-- 以http方式访问
1 说明 前文Centos7 搭建 Harbor 私有仓库(一) -- 以http方式搭建我们成功搭建Harbor,本篇我们主要配置Docker以http方式访问私有仓库 2 Docker配置 2.1 Mac系统 2.1.1 配置Docker Mac系统中配置Docker的Preferences -> Daemon,Insecure registies中添加192.168.1.112...转载 2019-06-08 09:13:42 · 2421 阅读 · 0 评论 -
Docker 访问 Harbor私有仓库(二) -- 以 https 方式访问
1 说明 前文Centos7 搭建 Harbor 私有仓库(二) -- 修改为以https方式搭建中,我们以https方式搭建了Harbor,本篇我们主要配置Docker以https方式访问Harbor私有仓库 2 Docker配置 2.1 Mac系统 2.1.1 配置Docker Mac系统中只需配置Proferences -> Proxies使用System Proxy即可,如下...转载 2019-06-08 09:17:08 · 524 阅读 · 0 评论