mirror of https://github.com/docker/docs.git
Merge pull request #13685 from usha-mandya/engdocs-508
Add Win11 to Desktop system requirements
This commit is contained in:
commit
fe240f9d6a
|
@ -191,7 +191,7 @@ Docker.app connects to it, so it's safe to ignore.
|
|||
|
||||
Yes, you can run VirtualBox along with Docker Desktop if you have enabled the [Windows Hypervisor Platform](https://docs.microsoft.com/en-us/virtualization/api/){: target="_blank" rel="noopener" class="_"} feature on your machine.
|
||||
|
||||
### Why is Windows 10 required?
|
||||
### Why is Windows 10 or Windows 11 required?
|
||||
|
||||
Docker Desktop uses the Windows Hyper-V features. While older Windows versions have Hyper-V, their Hyper-V implementations lack features critical for Docker Desktop to work.
|
||||
|
||||
|
|
|
@ -36,11 +36,12 @@ Your Windows machine must meet the following requirements to successfully instal
|
|||
|
||||
### WSL 2 backend
|
||||
|
||||
- Windows 11 64-bit: Home or Pro version 21H2 or higher, or Enterprise or Education version 21H2 or higher.
|
||||
- Windows 10 64-bit: Home or Pro 2004 (build 19041) or higher, or Enterprise or Education 1909 (build 18363) or higher.
|
||||
- Enable the WSL 2 feature on Windows. For detailed instructions, refer to the
|
||||
[Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10){: target="_blank" rel="noopener" class="_"}.
|
||||
- The following hardware prerequisites are required to successfully run
|
||||
WSL 2 on Windows 10:
|
||||
WSL 2 on Windows 10 or Windows 11:
|
||||
|
||||
- 64-bit processor with [Second Level Address Translation (SLAT)](https://en.wikipedia.org/wiki/Second_Level_Address_Translation){: target="_blank" rel="noopener" class="_"}
|
||||
- 4GB system RAM
|
||||
|
@ -54,9 +55,10 @@ WSL 2 on Windows 10:
|
|||
|
||||
### Hyper-V backend and Windows containers
|
||||
|
||||
- Windows 11 64-bit: Pro version 21H2 or higher, or Enterprise or Education version 21H2 or higher.
|
||||
- Windows 10 64-bit: Pro 2004 (build 19041) or higher, or Enterprise or Education 1909 (build 18363) or higher.
|
||||
|
||||
For Windows 10 Home, see [System requirements for WSL 2 backend](#wsl-2-backend).
|
||||
For Windows 10 and Windows 11 Home, see [System requirements for WSL 2 backend](#wsl-2-backend).
|
||||
- Hyper-V and Containers Windows features must be enabled.
|
||||
- The following hardware prerequisites are required to successfully run Client
|
||||
Hyper-V on Windows 10:
|
||||
|
|
|
@ -19,7 +19,7 @@ Additionally, with WSL 2, the time required to start a Docker daemon after a col
|
|||
|
||||
Before you install the Docker Desktop WSL 2 backend, you must complete the following steps:
|
||||
|
||||
1. Install Windows 10, version 1903 or higher.
|
||||
1. Install Windows 10, version 1903 or higher or Windows 11.
|
||||
2. Enable WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
3. Download and install the [Linux kernel update package](https://docs.microsoft.com/windows/wsl/wsl2-kernel).
|
||||
|
||||
|
|
Loading…
Reference in New Issue