mirror of https://github.com/docker/docs.git
Merge pull request #22364 from aevesdocker/vm-vdi-citrix
Add: VM-VDI Citrix info
This commit is contained in:
parent
393e76877f
commit
eee4ee8e93
|
@ -11,6 +11,7 @@ CentOS
|
|||
Ceph
|
||||
Chrome
|
||||
Chrome DevTools
|
||||
Citrix
|
||||
CloudFront
|
||||
Codefresh
|
||||
Codespaces
|
||||
|
|
|
@ -25,6 +25,12 @@ For troubleshooting problems and intermittent failures that are outside of Docke
|
|||
|
||||
Docker does not support running multiple instances of Docker Desktop on the same machine in a VM or VDI environment.
|
||||
|
||||
> [!TIP]
|
||||
>
|
||||
> 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.
|
||||
|
|
Loading…
Reference in New Issue