在本地安装Kubernetes时,遇到错误消息:
request canceled while waiting for connection(Client.Timeout exceeded while awaiting headers)
这个原因是Docker应用没有正确设置代理。在Mac上设置代理非常方便:
Configure the proxies used by Docker to pull images.
选择Manual proxy configuration, 即手动设置。
设置完之后,点击按钮Apply & Restart:
之后在shell里使用命令行docker pull gcr.io/google_containers/pause-amd64:3.1可以成功把镜像下载到本地。
使用命令docker images,能够查看到成功安装的镜像:pause-amd64
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
原文地址:https://www.cnblogs.com/sap-jerry/p/9821260.html
时间: 2024-10-08 10:39:11