From 81f2ea0d79a6226b31befdb87ca95ed42c61096c Mon Sep 17 00:00:00 2001 From: Jarno <2635154+sliepie@users.noreply.github.com> Date: Tue, 15 Sep 2020 16:06:24 +0200 Subject: [PATCH] Update Windows version for WSL 2 WSL 2 is backported to Windows 10 1903 --- docker-for-windows/wsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-windows/wsl.md b/docker-for-windows/wsl.md index 78b6070ada..cf17ffdbb3 100644 --- a/docker-for-windows/wsl.md +++ b/docker-for-windows/wsl.md @@ -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 2004 or higher. +1. Install 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).