docker代理拉取windows 10

docker代理拉取windows 10,windows,docker,proxy,Windows,Docker,Proxy,在windows 10 pro机器上安装docker v1.12.0-rc2后,设置http和https变量,我得到以下错误: docker run hello-world Unable to find image 'hello-world:latest' locally Pulling repository docker.io/library/hello-world C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error w

在windows 10 pro机器上安装docker v1.12.0-rc2后,设置http和https变量,我得到以下错误:

docker run hello-world
Unable to find image 'hello-world:latest' locally
Pulling repository docker.io/library/hello-world
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error while pulling image: Get https://index.docker.io/v1/repos
itories/library/hello-world/images: x509: certificate is valid for FG200B3911602237, not index.docker.io.
See 'C:\Program Files\Docker\Docker\Resources\bin\docker.exe run --help'.

world image是Linux容器的映像,您不能在windows容器上使用它。

目前,windows容器只有大约9或10个映像,您可以按照本文使用它。

安装v1.12.0-rc3-beta18 build 5226后,拉容器在代理后工作。tks@huy tran

我关注docker的“入门”,我认为错误与代理配置有关抱歉误解,我以为您使用的是windows容器。无论如何,我在docker的github中看到一个线程也有同样的问题