Skip to content

Commit d864099

Browse files
update wsl minimum version (#22764)
<!--Delete sections as needed --> ## Description In line with this change #22721, updating other references to the older version of WSL. <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent b334172 commit d864099

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

50-
- WSL version 1.1.3.0 or later.
50+
- WSL version 2.1.5 or later.
5151
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.
5252
- Windows 10 64-bit: Minimum required is Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
5353
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
@@ -97,7 +97,7 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals
9797
{{< /tab >}}
9898
{{< tab name="WSL 2 backend, Arm (Early Access)" >}}
9999

100-
- WSL version 1.1.3.0 or later.
100+
- WSL version 2.1.5 or later.
101101
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.
102102
- Windows 10 64-bit: Minimum required is Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
103103
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the

content/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/limitations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ weight: 50
1010

1111
> [!NOTE]
1212
>
13-
> Docker Desktop requires WSL 2 version 1.1.3.0 or later. To get the current
13+
> Docker Desktop requires WSL 2 version 2.1.5 or later. To get the current
1414
> version of WSL on your host, type `wsl --version`. If the command fails or if
15-
> it returns a version number prior to 1.1.3.0, update WSL to the latest version
15+
> it returns a version number prior to 2.1.5, update WSL to the latest version
1616
> by typing `wsl --update` in a Windows command or PowerShell terminal.
1717
1818
ECI on WSL is not as secure as on Hyper-V because:

0 commit comments

Comments
 (0)