在windows10pro机器上安装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'.发布于 2016-06-25 18:38:13
world image是Linux容器的图像,你不能在windows容器上使用它。
目前,windows容器只有9到10张图片,你可以在这篇文章的https://msdn.microsoft.com/en-us/virtualization/windowscontainers/deployment/deployment后面使用它。
发布于 2016-07-13 00:21:13
安装v1.12.0-rc3-beta18后,构建5226拉取容器在代理后面工作。邮箱: tks @huy-tran
https://stackoverflow.com/questions/38019295
复制相似问题