码迷,mamicode.com
首页 > 其他好文 > 详细

用Docker Registry 建立私有镜像库

时间:2016-12-11 02:39:27      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:iso   emc   SHA256   成功   repos   res   mon   参考   rest   

1 环境

2 步骤

3 FAQ

4 参考

环境

技术分享

ubuntu-16.04-desktop-amd64.iso

步骤

具体可参考博文,在我的环境实施成功,在此借花献佛了:http://www.cnblogs.com/lienhua34/p/4922130.html

FAQ

上面的博文唯一对push失败的解决方案,在我的环境里不生效,

错误提示如下:

root@slave2:/etc/default# sudo docker push 192.168.80.130:5000/hello-world
The push refers to a repository [192.168.80.130:5000/hello-world]
Get https://192.168.80.130:5000/v1/_ping: http: server gave HTTP response to HTTPS client

我用另一种方式解决的,步骤如下:

root@slave2:/etc/docker# echo ‘{ "insecure-registries":["192.168.80.130:5000"] }‘ > /etc/docker/daemon.json

root@slave2:/etc/docker# systemctl restart docker

执行上述两个命令后,重试docker push 成功:

root@slave2:/etc/docker# docker push 192.168.80.130:5000/hello-world
The push refers to a repository [192.168.80.130:5000/hello-world]
a02596fdd012: Pushed
latest: digest: sha256:f18d040ea7bf47c7ea8f7ff1a8682811cf37551c747158e37b9c75f5450e6fac size: 2097

参考

http://www.111cn.net/sys/linux/118539.htm

用Docker Registry 建立私有镜像库

标签:iso   emc   SHA256   成功   repos   res   mon   参考   rest   

原文地址:http://www.cnblogs.com/mongolhu/p/6158486.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!