Docker下载镜像加速

Docker在没有用加速器时下载一个image简直是慢到爆,现在来获取一个加速器


1.注册一个DaoCloud账号


2.点击右上角的加速器图标

Docker下载镜像加速_第1张图片


3.选择你安装Docker的平台获取加速器

Docker下载镜像加速_第2张图片


4.启用加速器

比如我是Linux平台

[root@localhost yum.repos.d]# curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://fccae8a9.m.daocloud.io
docker version >= 1.12
{"registry-mirrors": ["http://fccae8a9.m.daocloud.io"]}
Success.
You need to restart docker to take effect: sudo systemctl restart docker 

使用加速器后快多了,至少你看见进度条在走动....


你可能感兴趣的:(Docker)