From 8bb0a2349c79daab4cbbfe61079eef710bc76501 Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Mon, 8 Feb 2021 18:25:12 +0000 Subject: [PATCH] Change "WSL 2 integration" to "Docker-WSL integration" As discussed privately, change "WSL 2 integration" to "Docker-WSL integration" because the former is confusing when in the context of doing something to a WSL distro. --- docker-for-windows/wsl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-for-windows/wsl.md b/docker-for-windows/wsl.md index a8ae7ea1c2..5a4c3744f4 100644 --- a/docker-for-windows/wsl.md +++ b/docker-for-windows/wsl.md @@ -71,15 +71,15 @@ Ensure you have completed the steps described in the Prerequisites section **bef 7. When Docker Desktop restarts, go to **Settings** > **Resources** > **WSL Integration**. - WSL Integration will be enabled on your default WSL distribution. To change your default WSL distro, run `wsl --set-default `. + The Docker-WSL integration will be enabled on your default WSL distribution. To change your default WSL distro, run `wsl --set-default `. For example, to set Ubuntu as your default WSL distro, run `wsl --set-default ubuntu`. - Optionally, select any additional distributions you would like to enable WSL 2 on. + Optionally, select any additional distributions you would like to enable the Docker-WSL integration on. > **Note** > - > WSL Integration components running in your distro depend on glibc. This can cause issues when running WSL 2 on musl-based distros such as Alpine Linux. Alpine users can use the [alpine-pkg-glibc(https://github.com/sgerrand/alpine-pkg-glibc){:target="_blank" rel="noopener" class="_"} package to deploy glibc alongside musl to run the integration. + > The Docker-WSL integration components running in your distro depend on glibc. This can cause issues when running musl-based distros such as Alpine Linux. Alpine users can use the [alpine-pkg-glibc](https://github.com/sgerrand/alpine-pkg-glibc){:target="_blank" rel="noopener" class="_"} package to deploy glibc alongside musl to run the integration. ![WSL 2 Choose Linux distro](images/wsl2-choose-distro.png)