Docker安装失败

时间:2015-02-26 14:38:17

标签: docker

安装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 个答案:

答案 0 :(得分:5)

我遇到了同样的问题,我通过在/ etc / default / docker中设置代理来修复它。

我还必须在环境变量中取消设置代理: unset http_proxy unset https_proxy

相关问题