error pulling image configuration: Get https://eastasia.data.mcr.microsoft.com/b29889755b1f4e46b6b44eb3182530c5-0joxcrfl25//docker/registry/v2/blobs/sha256/bd/bdca989bc8d3bd57f876b7f1265933f222a7752cd7bfe4fdf969ed22d219f95c/data?P1=1598693373&P2=1&P3=1&P4=cY9gMJwSSJb%2FOWIwuDAMTw4YxQJdMcrii9oAs4niYJ4%3D&se=2020-08-29T09%3A29%3A33Z&sig=MsY6Ns8jQLEnqGZsKI6n86K6OxlrxgIclhEV0bg81h4%3D&sp=r&sr=b&sv=2016-05-31®id=b29889755b1f4e46b6b44eb3182530c5: net/http: TLS handshake timeout
换个docker 镜像,修改 /etc/docker/daemon.json 文件并添加上 registry-mirrors 键值:
{
"registry-mirrors": ["https://registry.docker-cn.com"]
}
守护进程重启
sudo systemctl daemon-reload
重启docker服务
sudo systemctl restart docker