Windows容器上的Windows容器是否不可用?

时间:2016-09-02 19:49:38

标签: docker windows-10 containers

根据Microsoft's guide on Windows Containers on Windows 10the OS requirements page,您需要Windows 10 Professional或Enterprise来安装Windows容器功能。我有Windows 10教育,built on Enterprise with some additions aimed at users in education

当我尝试安装该功能时,出现错误:

PS C:\Users\Erik> Enable-WindowsOptionalFeature -Online -FeatureName containers -All
Enable-WindowsOptionalFeature : Feature name containers is unknown.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName containers -All
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand

Windows 10教育中Windows容器功能是否不可用?

更新

似乎容器可用于教育[source 1source 2]。有没有办法知道何时为Windows 10的各种版本和功能推出更新?

0 个答案:

没有答案