常见错误

2020-01-29  本文已影响0人  不死鸟F21
1.docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout.
See 'docker run --help'.

解决方案:
a.新建/etc/docker/daemon.json
添加内容
{
"registry-mirrors":["https://pee6w651.mirror.aliyuncs.com"]
}
重启docker 服务
systemctl restart docker


上一篇 下一篇

猜你喜欢

热点阅读