您好,登录后才能下订单哦!
本篇内容主要讲解“Docker怎么安装Harbor镜像仓库”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Docker怎么安装Harbor镜像仓库”吧!
从github上下载离线安装包,下载链接,https://storage.googleapis.com/harbor-releases/release-1.7.0/harbor-offline-installer-v1.7.1.tgz
List-1.1
#解压 [root@localhost data]# tar xf harbor-offline-installer-v1.7.1.tgz
修改harbor/harbor.cfg的host.name和harbor_admin_password,hostname修改为虚拟机的IP,harbor_admin_password有个默认值,但是我们在这里修改为下,后面登录会使用到,如下,可以将hostname设置为域名,如harbor.com,这样是有好处的。
List-2.1
#修改harbor.cfg [root@localhost data]# vi harbor/harbor.cfg ... #修改数据存储的路径 secretkey_path=xxx ... #如下为修改后的 ...... #The IP address or hostname to access admin UI and registry service. #DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients. #DO NOT comment out this line, modify the value of "hostname" directly, or the installation will fail. hostname = 192.168.33.5 ...... ##The initial password of Harbor admin, only works for the first time when Harbor starts. #It has no effect after the first launch of Harbor. #Change the admin password from UI after launching Harbor. harbor_admin_password = xxxx ......
List-3.1 执行prepare文件
[root@localhost data]# ./harbor/prepare
List-3.2 执行install.sh文件
[root@localhost data]# ./harbor/install.sh
之后直接用浏览器访问http://192.168.33.5,就可以看到一个登录界面,用户名是admin,密码是List-2.1中的harbor_admin_password的值
4、本地如何推送镜像到Harbor上
在登录Harbor后,首先创建用户,如下所示,"Users" -> "NEW USER",之后会弹出一个输入框,要我们输入用户名、密码等,这个后面会用到
图4.1
到此,相信大家对“Docker怎么安装Harbor镜像仓库”有了更深的了解,不妨来实际操作一番吧!这里是亿速云网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。