Skip to content

Commit 2f212a3

Browse files
Merge pull request #22239 from docker/published-update
publish updates from main
2 parents 1d14ddf + 2de298e commit 2f212a3

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

_vale/Docker/Acronyms.yml

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ exceptions:
145145
- UTS
146146
- UUID
147147
- VAT
148+
- VDI
148149
- VIP
149150
- VLAN
150151
- VM

_vale/config/vocabularies/Docker/accept.txt

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ MySQL
7272
NFSv\d
7373
Netplan
7474
Nginx
75+
Nutanix
7576
Nuxeo
7677
OAuth
7778
OTel

content/manuals/desktop/setup/vm-vdi.md

+20
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,23 @@ For steps on how to expose hardware-assisted virtualization to the guest OS, [se
4040
Nested virtualization is supported by Microsoft for running Hyper-V inside an Azure VM.
4141

4242
For Azure virtual machines, [check that the VM size chosen supports nested virtualization](https://docs.microsoft.com/en-us/azure/virtual-machines/sizes). Microsoft provides [a helpful list on Azure VM sizes](https://docs.microsoft.com/en-us/azure/virtual-machines/acu) and highlights the sizes that currently support nested virtualization. For internal testing, we used D4s_v5 machines. We recommend this specification or above for optimal performance of Docker Desktop.
43+
44+
## Docker Desktop support on Nutanix-powered VDI
45+
46+
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.
47+
48+
If using Windows container mode, confirm that the Nutanix environment supports Hyper-V or alternative Windows container backends.
49+
50+
### Supported configurations
51+
52+
Docker Desktop follows the VDI support definitions outlined [previously](#virtual-desktop-support):
53+
54+
- Persistent VDI environments (Supported): You receive the same virtual desktop instance across sessions, preserving installed software and configurations.
55+
56+
- 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.
57+
58+
### Support scope and responsibilities
59+
60+
If WSL 2 encounters issues - for example, it crashes, fails to start, or experiences performance degradation - contact Nutanix support.
61+
62+
If Docker Desktop itself encounters issues, contact Docker support.

0 commit comments

Comments
 (0)