关键问题 ref: orbstack/orbstack#1305
在 Docker advanced engine config 里加proxies 里的配置:
{
"proxies" : {
"http-proxy" : "http:\/\/127.0.0.1:8888",
"no-proxy" : "127.0.0.1\/8",
"https-proxy" : "http:\/\/127.0.0.1:8888"
}
}
在 Docker advanced engine config 里加proxies 里的配置:
{
"proxies" : {
"http-proxy" : "http:\/\/127.0.0.1:8888",
"no-proxy" : "127.0.0.1\/8",
"https-proxy" : "http:\/\/127.0.0.1:8888"
}
}