[尝试通过Docker CLI提取Docker映像时需要验证,错误

问题描述 投票:0回答:1

我正在尝试使用:]从docker hub中提取一个简单的hello-world图像:

docker run hello-world

但是我在Windows 7上遇到此错误:

Unable to find image 'hello-world:latest' locally
C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: Get https://registry-1.docker.io/v2/: authenticationrequired.

我已经尝试了很多不同的方法,但是似乎都没有用:

1-我尝试登录,但遇到相同的错误:

docker login

尝试过我的用户名,我的电子邮件...相同的错误:

Error response from daemon: Get https://registry-1.docker.io/v2/: authenticationrequired

2-重新启动docker机器,同样的错误。

3-多次重新安装Docker和Oracle VirtualBox

4-完成所有步骤:https://github.com/docker/kitematic/wiki/Common-Proxy-Issues-&-Fixes

我真的不知道该如何解决。

[我正在尝试使用以下命令从docker hub中提取一个简单的hello-world映像:docker run hello-world但是我在Windows 7上遇到此错误:无法在本地C:\找到映像'hello-world:latest':程序...

windows docker docker-machine boot2docker docker-for-windows
1个回答
0
投票

当我尝试登录到公司代理后面的docker时遇到了这个问题。您是否处于类似情况?如果是这样,请查看是否在豁免列表中添加“ https://registry-1.docker.io/v2/”以进行代理的HTTPS分析。

© www.soinside.com 2019 - 2024. All rights reserved.