Docker安装失败。

5
在安装Docker时,我遇到了这个错误。
ubuntu@ubuntu:/usr/lib/apt/methods$ sudo docker run -i -t ubuntu /bin/bash
Unable to find image 'ubuntu:latest' locally
FATA[0000] Error: 404 page not found 

寻求任何建议吗?


1
看起来可能是Docker在联系Docker注册表下载“ubuntu”镜像时出了问题。也许这是一个短暂的问题?您是否仍然看到相同的行为? - larsks
1
这个错误信息真是垃圾。 - Adrian Mouat
你有没有找到解决这个问题的办法? - Dan Hook
由于我工作环境中的代理连接,我遇到了这个错误。没有代理的互联网连接对我有效。 - prem
1个回答

5

我曾经遇到过同样的问题,我通过在/etc/default/docker中设置代理来解决它。

我还需要取消环境变量中的代理设置: unset http_proxy unset https_proxy


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接