mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
DKP-2513 Add back support for Windows 10 (#23600)
## Description Microsoft have stopped support for Windows 10. However, they extended the security updates by one year: https://www.microsoft.com/windows/extended-security-updates. ## Related issues or tickets Follow-up to #23584 https://docker.atlassian.net/browse/DKP-2513 ## Reviews - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> Support for Windows 10 and 11 22H2 (19045) has ended. Installing Docker Desktop will require Windows 11 23H2 in the next release.
|
||||
> Support for Windows 10 21H2 (19044) and 11 22H2 (22621) has ended. Installing Docker Desktop will require Windows 10 22H2 (19045) or Windows 11 23H2 (22631) in the next release.
|
||||
|
||||
### New
|
||||
|
||||
|
||||
@@ -48,7 +48,8 @@ _For checksums, see [Release notes](/manuals/desktop/release-notes.md)_
|
||||
{{< tab name="WSL 2 backend, x86_64" >}}
|
||||
|
||||
- WSL version 2.1.5 or later.
|
||||
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher.
|
||||
- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045).
|
||||
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher.
|
||||
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
|
||||
[Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
- The following hardware prerequisites are required to successfully run
|
||||
@@ -72,7 +73,8 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals
|
||||
{{< /tab >}}
|
||||
{{< tab name="Hyper-V backend, x86_64" >}}
|
||||
|
||||
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher.
|
||||
- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045).
|
||||
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher.
|
||||
- Turn on Hyper-V and Containers Windows features.
|
||||
- The following hardware prerequisites are required to successfully run Client
|
||||
Hyper-V on Windows 10:
|
||||
@@ -96,7 +98,8 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals
|
||||
{{< tab name="WSL 2 backend, Arm (Early Access)" >}}
|
||||
|
||||
- WSL version 2.1.5 or later.
|
||||
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher.
|
||||
- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045).
|
||||
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher.
|
||||
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
|
||||
[Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
- The following hardware prerequisites are required to successfully run
|
||||
|
||||
Reference in New Issue
Block a user