简体   繁体   English

无法在 Azure Win 10 VM 上启动“Docker for windows”

[英]unable to start 'Docker for windows' on Azure Win 10 VM

I just downloaded "Docker for Windows" from the Docker Hub website https://hub.docker.com/editions/community/docker-ce-desktop-windows我刚刚从 Docker Hub 网站https://hub.docker.com/editions/community/docker-ce-desktop-windows下载了“Docker for Windows”

I am running an Azure VM with Windows 10 Pro N. The VM's size is 'Standard B2s (2 vcpus, 4 GB memory)'我正在使用 Windows 10 Pro N 运行 Azure VM。VM 的大小是“标准 B2s(2 vcpus,4 GB 内存)”

I am getting the error below:我收到以下错误: 在此处输入图片说明

I read this link: https://azure.microsoft.com/en-us/blog/nested-virtualization-in-azure/我读了这个链接: https : //azure.microsoft.com/en-us/blog/nested-virtualization-in-azure/

Is this issue due to VM size?这是由于 VM 大小导致的问题吗? If so, how do I install the version of Docker for this VM?如果是这样,我如何为这个 VM 安装 Docker 版本?

Only certain Azure VMs support nested virtualization.只有某些 Azure VM 支持嵌套虚拟化。 This link shows which ones support it.此链接显示了哪些支持它。

https://docs.microsoft.com/en-us/azure/virtual-machines/acu https://docs.microsoft.com/en-us/azure/virtual-machines/acu

Look for the machines with "***" in the "vCPU: Core" column as the article states:在“vCPU:Core”列中查找带有“***”的机器,如文章所述:

***Hyper-threaded and capable of running nested virtualization ***超线程并且能够运行嵌套虚拟化

Yes, it due to the VM size.是的,这是由于 VM 大小造成的。 While you want to install Docker engine in the Windows VM, you need to enable the virtualization in the VM.当你想在 Windows VM 中安装 Docker 引擎时,你需要在 VM 中启用虚拟化。 And for Azure VM, it means the appropriate sizes for the VM.对于 Azure VM,这意味着 VM 的适当大小。 See the steps that enable nested virtualization in an Azure VM .请参阅在 Azure VM启用嵌套虚拟化的步骤。 Then the Docker engine will work well in the VM.然后Docker引擎将在VM中运行良好。

Here is the example, the vm size is Standard D2s v3 (2 vcpus, 8 GiB memory), then the docker engine installs in it and works well.举个例子,vm大小是Standard D2s v3(2个vcpus,8 GiB内存),然后docker引擎安装在里面,运行良好。 Below is the screenshot:下面是截图:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM