Merge pull request #10365 from chrisjlin/patch-5

Update mcc-ent-prerequisites.md
This commit is contained in:
Aaron Czechowski 2024-10-31 16:21:57 -07:00 committed by GitHub
commit afbdde1f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,14 +44,12 @@ This article details the requirements and recommended specifications for using M
- The Windows host machine must be using Windows 11 or Windows Server 2022 with the latest cumulative update applied. - The Windows host machine must be using Windows 11 or Windows Server 2022 with the latest cumulative update applied.
- Windows 11 must have [OS Build 22631.3296](https://support.microsoft.com/topic/march-12-2024-kb5035853-os-builds-22621-3296-and-22631-3296-a69ac07f-e893-4d16-bbe1-554b7d9dd39b) or later - Windows 11 must have [OS Build 22631.3296](https://support.microsoft.com/topic/march-12-2024-kb5035853-os-builds-22621-3296-and-22631-3296-a69ac07f-e893-4d16-bbe1-554b7d9dd39b) or later
- Windows Server 2022 must have [OS Build 20348.2227](https://support.microsoft.com/topic/january-9-2024-kb5034129-os-build-20348-2227-6958a36f-efaf-4ef5-a576-c5931072a89a) or later - Windows Server 2022 must have [OS Build 20348.2227](https://support.microsoft.com/topic/january-9-2024-kb5034129-os-build-20348-2227-6958a36f-efaf-4ef5-a576-c5931072a89a) or later
- The Windows host machine must support nested virtualization. Ensure that any security settings that may restrict nested virtualization are not enabled, such as ["Trusted launch" in Azure VMs](/azure/virtual-machines/trusted-launch-portal).
- The Windows host machine must support nested virtualization.
- The Windows host machine must have [WSL 2 installed](/windows/wsl/install#install-wsl-command). You can install this on Windows 11 and Windows Server 2022 by running the PowerShell command `wsl.exe --install --no-distribution`. - The Windows host machine must have [WSL 2 installed](/windows/wsl/install#install-wsl-command). You can install this on Windows 11 and Windows Server 2022 by running the PowerShell command `wsl.exe --install --no-distribution`.
### Additional requirements for Linux host machines ### Additional requirements for Linux host machines
- The Linux host machine must be using one of the following operating systems: - The Linux host machine must be using one of the following operating systems:
- Ubuntu 22.04 - Ubuntu 22.04
- Red Hat Enterprise Linux (RHEL) 8.* or 9.* - Red Hat Enterprise Linux (RHEL) 8.* or 9.*
- If using RHEL, the default container engine (Podman) must be replaced with [Moby](https://github.com/moby/moby#readme) - If using RHEL, the default container engine (Podman) must be replaced with [Moby](https://github.com/moby/moby#readme)