美文网首页
VM ware 的 harbor 私有仓库搭建 (Ubuntu1

VM ware 的 harbor 私有仓库搭建 (Ubuntu1

作者: insists | 来源:发表于2018-07-18 10:52 被阅读0次

VM ware 的 harbor 私有仓库搭建 (Ubuntu16.04)

我选择的是使用online进行搭建,online的install包很小,因为它需要的harbor的images都是直接从hub里拉下来的。

搭建环境准备:

环境

Docker engine:https://docs.docker.com/engine/installation/

Docker compose: https://docs.docker.com/compose/install/

Openssl: 检查版本命令:openssl --version

                安装命令:apt-get install libssl-dev

搭建步骤:

http

在这个地方可以下载online的安装包:https://github.com/vmware/harbor/releases

下载完成之后,对harbor.cfg进行配置:

修改hostname为你的IP地址或者域名,不能使用localhost和127.0.0.1

然后在命令行以root权限执行./install就可以了

这样我们的http的harbor就搭建好了,可以打开http://ip进行访问harbor的页面了

相关文章

网友评论

      本文标题:VM ware 的 harbor 私有仓库搭建 (Ubuntu1

      本文链接:https://www.haomeiwen.com/subject/vkespftx.html