0
点赞
收藏
分享

微信扫一扫

Docker优化下载镜像速度

phpworkerman 2022-01-26 阅读 86


[root@bx ~]# sudo vi /etc/docker/daemon.json
#将如下信息添加进去
{
"registry-mirrors": ["https://registry.docker-cn.com"]
}

#重启docker
[root@bx ~]# systemctl daemon-reload
[root@bx ~]# systemctl restart docker



举报

相关推荐

0 条评论