Skip to content

Commit 537a14c

Browse files
authored
Merge pull request docker#12280 from docker/stephen-turner-patch-5
Change "WSL 2 integration" to "Docker-WSL integration"
2 parents 01c72bd + 8bb0a23 commit 537a14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-for-windows/wsl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Ensure you have completed the steps described in the Prerequisites section **bef
7171

7272
7. When Docker Desktop restarts, go to **Settings** > **Resources** > **WSL Integration**.
7373

74-
WSL Integration will be enabled on your default WSL distribution. To change your default WSL distro, run `wsl --set-default <distro name>`.
74+
The Docker-WSL integration will be enabled on your default WSL distribution. To change your default WSL distro, run `wsl --set-default <distro name>`.
7575

7676
For example, to set Ubuntu as your default WSL distro, run `wsl --set-default ubuntu`.
7777

78-
Optionally, select any additional distributions you would like to enable WSL 2 on.
78+
Optionally, select any additional distributions you would like to enable the Docker-WSL integration on.
7979

8080
> **Note**
8181
>
82-
> 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.
82+
> 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.
8383
8484
![WSL 2 Choose Linux distro](images/wsl2-choose-distro.png)
8585

0 commit comments

Comments
 (0)