一 常用加速器
阿里云:docker——仓库加速的私有地址
daocloud.io:http://12812674.m.
daocloud.io
二 两种加速方法
1 方法一
[root@localhost ~]# cd /etc/docker/
[root@localhost docker]# ls
key.json
[root@localhost docker]# touch daemon.json
[root@localhost docker]# vi daemon.json
[root@localhost docker]# cat daemon.json
{
"registry-mirrors":["http://12812674.m.daocloud.io";]
}
[root@localhost docker]# systemctl daemon-reload
[root@localhost docker]# systemctl restart docker
2 方法二