问题
在拉去mysql镜像的过程中,出现了如下错误:
ERROR: Get https://registry-1.docker.io/v2/library/mysql/manifests/5.7: Get https://auth.docker.io/token?scope=repository%3Alibrary%2Fmysql%3Apull&service=registry.docker.io: net/http: TLS handshake timeout
解决
为docker设置socks5代理:
vi ~/.docker/config.json
{
"proxies":
{
"default":
{
"httpProxy": "socks5://127.0.0.1:1080",
"httpsProxy": "socks5://127.0.0.1:1080"
}
}
}
596


&spm=1001.2101.3001.11974&articleId=100590029&d=1&t=3&u=56b097d968af45f5bbe6792267e2e15b)

被折叠的 条评论
为什么被折叠?



