在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'.
答案 0 :(得分:2)
世界图像是Linux容器的图像,您无法在Windows容器上使用它 目前,Windows容器只有大约9或10张图片,您可以按照本文https://msdn.microsoft.com/en-us/virtualization/windowscontainers/deployment/deployment使用它。
答案 1 :(得分:1)
安装v1.12.0-rc3-beta18后,5226拉容器在代理后面工作。 tks @ huy-tran