From 242b04441bc8437d33555944a44b6e8f34f34192 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:28:16 +0100 Subject: [PATCH 1/2] wsl tidy --- desktop/windows/wsl.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/windows/wsl.md b/desktop/windows/wsl.md index a78ad13ead2..6a5240e3802 100644 --- a/desktop/windows/wsl.md +++ b/desktop/windows/wsl.md @@ -26,7 +26,7 @@ Before you turn on the Docker Desktop WSL 2, ensure you have: 1. Download [Docker Desktop for Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe). 2. Follow the usual installation instructions to install Docker Desktop. If you are running a supported system, Docker Desktop prompts you to enable WSL 2 during installation. Read the information displayed on the screen and enable WSL 2 to continue. -3. Start Docker Desktop from the Windows Start menu. +3. Start Docker Desktop from the **Windows Start** menu. 4. From the Docker menu, select **Settings** and then **General**. 5. Select the **Use WSL 2 based engine** check box. @@ -116,6 +116,10 @@ The following section describes how to start developing your applications using ## GPU support +> **Note** +> +> GPU support is only available in Docker Desktop for Windows with the WSL2 backend. + Starting with Docker Desktop 3.1.0, Docker Desktop supports WSL 2 GPU Paravirtualization (GPU-PV) on NVIDIA GPUs. To enable WSL 2 GPU Paravirtualization, you need: - A machine with an NVIDIA GPU @@ -159,10 +163,6 @@ GPU Device 0: "GeForce RTX 2060 with Max-Q Design" with compute capability 7.5 = 2724.379 single-precision GFLOP/s at 20 flops per interaction ``` -> **Note** -> -> GPU support is only available in Docker Desktop for Windows with the WSL2 backend. -> ## Feedback -Your feedback is very important to us. Let us know your feedback by creating an issue in the [Docker Desktop for Windows GitHub](https://github.com/docker/for-win/issues){:target="_blank" rel="noopener" class="_"} repository and adding the **WSL 2** label. +To provide feedbac, create an issue in the [Docker Desktop for Windows GitHub](https://github.com/docker/for-win/issues){:target="_blank" rel="noopener" class="_"} repository and add the **WSL 2** label. From 1849d6ab4ba11eaac047ce505140d49b29414816 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:30:14 +0100 Subject: [PATCH 2/2] typo fix --- desktop/windows/wsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/windows/wsl.md b/desktop/windows/wsl.md index 6a5240e3802..ebdd44fdafc 100644 --- a/desktop/windows/wsl.md +++ b/desktop/windows/wsl.md @@ -165,4 +165,4 @@ GPU Device 0: "GeForce RTX 2060 with Max-Q Design" with compute capability 7.5 ## Feedback -To provide feedbac, create an issue in the [Docker Desktop for Windows GitHub](https://github.com/docker/for-win/issues){:target="_blank" rel="noopener" class="_"} repository and add the **WSL 2** label. +To provide feedback, create an issue in the [Docker Desktop for Windows GitHub](https://github.com/docker/for-win/issues){:target="_blank" rel="noopener" class="_"} repository and add the **WSL 2** label.