docker - 有没有办法搭建自己的镜像服务器?
天蓬老师
天蓬老师 2017-04-21 10:55:50
0
2
773

如题,最近团队在研究docker,从国外的镜像服务器pull/push太慢了,经常失败,走代理好一点儿了,还是速度慢,有没有办法直接在自己的局域网服务器上搭建镜像服务器?就像搭建git服务器那样。

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

Antworte allen(2)
大家讲道理

Docker 提供了 docker-registry 项目方便用户搭建自己的私有仓库,你可以选择本地存储或者 Amazon S3 存储,也有国内的开发者移植到阿里云的存储:

  • https://github.com/dotcloud/docker-registry/pull/251
  • https://github.com/guiyang/docker-registry/blob/aliyun-oss/lib/storage/aliyun_oss.py

国外开发者的一篇搭建指南:http://www.dockboard.org/deploy-your-own-private-docker-registry

国内开发者的一篇搭建指南:http://www.dockboard.org/build-your-own-docker-repository

所有的这些官方项目都是基于 Python 的,也有基于 Golang 的实现:https://github.com/dotcloud/docker-registry/tree/master/contrib/golang_impl

伊谢尔伦

http://www.dockerpool.com
可以到这看看,提供base镜像下载,包裹私有仓库,直接从pull下来就可以

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!