Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在不在 GCE 上的管道中从 registry.gitlab.com 推送和拉取真的很困难,总是存在延迟或低带宽等问题。
是否有任何镜像或无论如何可以加速 docker 图像推送和拉取过程?
您可以编辑 /etc/docker/daemon.json 并添加 registry-mirrors
{ "registry-mirrors": ["https://gitlab.mirrorlist.ir"] }
现在连接到中东的镜子。
需要注意的是,没有缓存,通信是使用 NAT 完成的。
亲切的问候