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 

寻找任何build议?

我有同样的问题,我通过在/ etc / default / docker中设置代理来解决这个问题。

我也必须在环境variables中unset http_proxy unset https_proxy代理: unset http_proxy unset https_proxy