docker linux下配置加速器


[root@foundation83 ~]# cd /etc/docker/
[root@foundation83 docker]# vim daemon.json
{
"registry-mirrors": ["https://oinh00fc.mirror.aliyuncs.com"] #阿里云加速器地址
}
[root@foundation83 docker]# systemctl daemon-reload
[root@foundation83 docker]# systemctl restart docker
 

原文地址:https://www.cnblogs.com/brady-wang/p/11561364.html