mirror of https://github.com/docker/docs.git
Merge pull request #14623 from mat007/remove-windows-versions-out-of-support
[Do not merge until 11 May] DKP-168 Remove support for Windows versions which are not supported by Microsoft anymore
This commit is contained in:
commit
c0fa8d74bb
|
@ -41,7 +41,7 @@ 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.
|
||||
- Windows 10 64-bit: Home or Pro 21H1 (build 19043) or higher, or Enterprise or Education 20H2 (build 19042) 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
|
||||
|
@ -60,7 +60,7 @@ WSL 2 on Windows 10 or Windows 11:
|
|||
### 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.
|
||||
- Windows 10 64-bit: Pro 21H1 (build 19043) or higher, or Enterprise or Education 20H2 (build 19042) or higher.
|
||||
|
||||
For Windows 10 and Windows 11 Home, see the system requirements in the [WSL 2 backend](#wsl-2-backend){: data-toggle="tab" data-target="#win-wsl2" } tab.
|
||||
- Hyper-V and Containers Windows features must be enabled.
|
||||
|
|
Loading…
Reference in New Issue