VM、VDI 環境内での Docker Desktop for Windows の実行
Docker Desktop では、Mac、Linux、Windows のいずれかにおいてネイティブに実行することをお勧めします。 ただし仮想デスクトップが適切に設定できていれば、Docker Desktop for Windows を仮想デスクトップ内で実行することも可能です。
仮想デスクトップ環境内において Docker Desktop を実行するには、仮想マシン上へのネストした仮想環境が実現できるように、仮想デスクトップが機能していることが重要です。 というのも Docker Desktop は背後に Linux VM を利用しており、その環境内にて Docker Engine やコンテナーを動作させているためです。
仮想デスクトップサポート
メモ
Docker Business 利用者は、VMware ESXi または Azure VM についてのみ、仮想デスクトップ上での Docker Desktop の実行がサポートされています。
Docker support includes installing and running Docker Desktop within the VM, provided that nested virtualization is correctly enabled. The only hypervisors successfully tested are VMware ESXi and Azure, and there is no support for other VMs. For more information on Docker Desktop support, see Get support.
For troubleshooting problems and intermittent failures that are outside of Docker's control, you should contact your hypervisor vendor. Each hypervisor vendor offers different levels of support. For example, Microsoft supports running nested Hyper-V both on-prem and on Azure, with some version constraints. This may not be the case for VMware ESXi.
Docker does not support running multiple instances of Docker Desktop on the same machine in a VM or VDI environment.
情報
If you're running Docker Desktop inside a Citrix VDI, note that Citrix can be used with a variety of underlying hypervisors, for example VMware, Hyper-V, Citrix Hypervisor/XenServer. Docker Desktop requires nested virtualization, which is not supported by Citrix Hypervisor/XenServer.
Check with your Citrix administrator or VDI infrastructure team to confirm which hypervisor is being used, and whether nested virtualization is enabled.
Turn on nested virtualization
You must turn on nested virtualization before you install Docker Desktop on a virtual machine.
Turn on nested virtualization on VMware ESXi
Nested virtualization of other hypervisors like Hyper-V inside a vSphere VM is not a supported scenario. However, running Hyper-V VM in a VMware ESXi VM is technically possible and, depending on the version, ESXi includes hardware-assisted virtualization as a supported feature. A VM that had 1 CPU with 4 cores and 12GB of memory was used for internal testing.
For steps on how to expose hardware-assisted virtualization to the guest OS, see VMware's documentation.
Turn on nested virtualization on an Azure Virtual Machine
Nested virtualization is supported by Microsoft for running Hyper-V inside an Azure VM.
For Azure virtual machines, check that the VM size chosen supports nested virtualization. Microsoft provides a helpful list on Azure VM sizes and highlights the sizes that currently support nested virtualization. D4s_v5 machines were used for internal testing. Use this specification or above for optimal performance of Docker Desktop.
Docker Desktop support on Nutanix-powered VDI
Docker Desktop can be used within Nutanix-powered VDI environments provided that the underlying Windows environment supports WSL 2 or Windows container mode. Since Nutanix officially supports WSL 2, Docker Desktop should function as expected, as long as WSL 2 operates correctly within the VDI environment.
If using Windows container mode, confirm that the Nutanix environment supports Hyper-V or alternative Windows container backends.
Supported configurations
Docker Desktop follows the VDI support definitions outlined previously:
Persistent VDI environments (Supported): You receive the same virtual desktop instance across sessions, preserving installed software and configurations.
Non-persistent VDI environments (Not supported): Docker Desktop does not support environments where the OS resets between sessions, requiring re-installation or reconfiguration each time.
Support scope and responsibilities
For WSL 2-related issues, contact Nutanix support. For Docker Desktop-specific issues, contact Docker support.