【发布时间】:2016-04-13 13:51:12
【问题描述】:
我正在尝试在 Windows Server 2016 TP4 上设置 Windows Server 容器。 我正在关注 MS 的 guideline,但它不起作用。它总是失败并出现以下错误:
Getting Container OS image (WindowsServerCore) version 10.0.10586.0 from OneGet (this may take a few minutes)...
C:\Install-ContainerHost.ps1 : Unable to download.
In Zeile:1 Zeichen:1
+ C:\Install-ContainerHost.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-ContainerHost.ps1
我发现 Install-ContainerHost.ps1 脚本试图从 here 下载 WindowsServerCore 映像。手动调用此 URL 会返回“BlobNotFound”。
我不确定这是我的问题还是他们只是服务器有问题。我今天已经多次尝试运行该脚本。昨天它在另一个虚拟机上工作了..
编辑:似乎是 Micrsoft 下载服务器的问题,现已修复。
【问题讨论】:
-
同样的事情发生在我们身上,如果我得到任何进一步的答复,我会回复你
标签: windows powershell containers windows-server-2016