Docker pull 速度慢解决方案

[root@localhost ~]# vi /etc/docker/daemon.json

{
"registry-mirrors": ["https://9cpn8tt6.mirror.aliyuncs.com"]
}

 

[root@localhost ~]# systemctl daemon-reload
[root@localhost ~]# systemctl restart docker

posted @ 2021-02-24 17:25  heqiuyong  阅读(313)  评论(0编辑  收藏  举报