mirror of https://github.com/docker/docs.git
Clarify the min WSL 2 Windows OS version 2004 for Stable and 1903 for Edge
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
parent
de97cdc2ee
commit
7ac61ef10f
|
@ -33,7 +33,7 @@ For detailed information about WSL 2, see [Docker Desktop WSL 2 backend](wsl.md)
|
|||
|
||||
Windows 10 Home machines must meet the following requirements to install Docker Desktop:
|
||||
|
||||
- Install Windows 10, version 1903 or higher.
|
||||
- Install Windows 10, version 2004 or higher. The Docker Desktop Edge release also supports Windows 10, version 1903 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).
|
||||
- The following hardware prerequisites are required to successfully run
|
||||
|
|
|
@ -18,7 +18,7 @@ Additionally, with WSL 2, the time required to start a Docker daemon after a col
|
|||
|
||||
Before you install the Docker Desktop WSL 2 backend, you must complete the following steps:
|
||||
|
||||
1. Install Windows 10, version 1903 or higher.
|
||||
1. Install Windows 10, version 2004 or higher. The Docker Desktop Edge release also supports Windows 10, version 1903 or higher.
|
||||
2. Enable WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
3. Download and install the [Linux kernel update package](https://docs.microsoft.com/windows/wsl/wsl2-kernel).
|
||||
|
||||
|
|
Loading…
Reference in New Issue