Skip to content

Commit c7611bf

Browse files
mat007aevesdocker
andauthored
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 <[email protected]>
1 parent a1aec88 commit c7611bf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
3838

3939
> [!IMPORTANT]
4040
>
41-
> Support for Windows 10 and 11 22H2 (19045) has ended. Installing Docker Desktop will require Windows 11 23H2 in the next release.
41+
> 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.
4242
4343
### New
4444

content/manuals/desktop/setup/install/windows-install.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ _For checksums, see [Release notes](/manuals/desktop/release-notes.md)_
4848
{{< tab name="WSL 2 backend, x86_64" >}}
4949

5050
- WSL version 2.1.5 or later.
51-
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher.
51+
- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045).
52+
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher.
5253
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
5354
[Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
5455
- 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
7273
{{< /tab >}}
7374
{{< tab name="Hyper-V backend, x86_64" >}}
7475

75-
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher.
76+
- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045).
77+
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher.
7678
- Turn on Hyper-V and Containers Windows features.
7779
- The following hardware prerequisites are required to successfully run Client
7880
Hyper-V on Windows 10:
@@ -96,7 +98,8 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals
9698
{{< tab name="WSL 2 backend, Arm (Early Access)" >}}
9799

98100
- WSL version 2.1.5 or later.
99-
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher.
101+
- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045).
102+
- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher.
100103
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
101104
[Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
102105
- The following hardware prerequisites are required to successfully run

0 commit comments

Comments
 (0)