mirror of https://github.com/docker/docs.git
update wsl minimum version (#22764)
<!--Delete sections as needed --> ## Description In line with this change https://github.com/docker/docs/pull/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
This commit is contained in:
parent
b3341720ff
commit
d8640994dc
|
|
@ -47,7 +47,7 @@ _For checksums, see [Release notes](/manuals/desktop/release-notes.md)_
|
|||
{{< tabs >}}
|
||||
{{< tab name="WSL 2 backend, x86_64" >}}
|
||||
|
||||
- WSL version 1.1.3.0 or later.
|
||||
- WSL version 2.1.5 or later.
|
||||
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.
|
||||
- Windows 10 64-bit: Minimum required is Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
|
||||
- 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
|
|||
{{< /tab >}}
|
||||
{{< tab name="WSL 2 backend, Arm (Early Access)" >}}
|
||||
|
||||
- WSL version 1.1.3.0 or later.
|
||||
- WSL version 2.1.5 or later.
|
||||
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.
|
||||
- Windows 10 64-bit: Minimum required is Home or Pro 22H2 (build 19045) or higher, or Enterprise or Education 22H2 (build 19045) or higher.
|
||||
- Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ weight: 50
|
|||
|
||||
> [!NOTE]
|
||||
>
|
||||
> Docker Desktop requires WSL 2 version 1.1.3.0 or later. To get the current
|
||||
> Docker Desktop requires WSL 2 version 2.1.5 or later. To get the current
|
||||
> version of WSL on your host, type `wsl --version`. If the command fails or if
|
||||
> it returns a version number prior to 1.1.3.0, update WSL to the latest version
|
||||
> it returns a version number prior to 2.1.5, update WSL to the latest version
|
||||
> by typing `wsl --update` in a Windows command or PowerShell terminal.
|
||||
|
||||
ECI on WSL is not as secure as on Hyper-V because:
|
||||
|
|
|
|||
Loading…
Reference in New Issue