docker desktop修改deamon.json配置容器数据存储位置后,创建镜像报错,怎么解决啊,各位大佬们?
我的deamon.json配置如下:
{
"builder": {
"gc": {
"defaultKeepStorage": "60GB",
"enabled": true
}
},
"data-root": "D:/D0cker",
"experimental": false,
"proxies": {
"default": {
"httpProxy": "socks5://127.0.0.1:7897",
"httpsProxy": "socks5://127.0.0.1:7897",
"noProxy": "localhost,127.0.0.1"
}
},
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn"
]
}
这是报错情况:

我的deamon.json配置如下:
{
"builder": {
"gc": {
"defaultKeepStorage": "60GB",
"enabled": true
}
},
"data-root": "D:/D0cker",
"experimental": false,
"proxies": {
"default": {
"httpProxy": "socks5://127.0.0.1:7897",
"httpsProxy": "socks5://127.0.0.1:7897",
"noProxy": "localhost,127.0.0.1"
}
},
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn"
]
}
这是报错情况:










