Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions desktop/vm-vdi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ In general, Docker recommends running Docker Desktop natively on either Mac, Lin

To run Docker Desktop in a virtual desktop environment, it is essential nested virtualization is enabled on the virtual machine that provides the virtual desktop. This is because, under the hood, Docker Desktop is using a Linux VM in which it runs Docker Engine and the containers.

## Nested virtualization support
## Virtual desktop support

>Note
>
> Nested virtualization support is only available to Docker Business customers.
> Support for running Docker Desktop on a virtual desktop is only available to Docker Business customers.

The support available from Docker extends to installing and running Docker Desktop inside the VM, once the nested virtualization is set up correctly. For more information on Docker Desktop support, see [Get support](support.md).

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 or Citrix Hypervisor.
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.

## Enable nested virtualization

Expand Down
1 change: 1 addition & 0 deletions support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ If you have a paid Docker subscription, you can get support for the following ty
For Windows users, you can also request support on:
* Enabling virtualization in BIOS
* Enabling Windows features
* Running inside [certain VM or VDI environments](../desktop/vm-vdi.md) (Docker Business customers only)


## What is not supported?
Expand Down