赞
踩
修改docker的daemon.json文件,文件路径windows系统在C:\Users\用户名.docker路径下
添加镜像registry-mirrors
{
“builder”: { “gc”: { “defaultKeepStorage”: “20GB”, “enabled”: true } },
“experimental”: false,
“registry-mirrors”:[“https://hub-mirror.c.163.com”,“https://registry.aliyuncs.com”,“https://registry.docker-cn.com”,“https://docker.mirrors.ustc.edu.cn”],
“features”: { “buildkit”: true }
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。