You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-for-windows/wsl.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,15 @@ Ensure you have completed the steps described in the Prerequisites section **bef
71
71
72
72
7. When Docker Desktop restarts, go to **Settings** > **Resources** > **WSL Integration**.
73
73
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>`.
75
75
76
76
For example, to set Ubuntu as your default WSL distro, run `wsl --set-default ubuntu`.
77
77
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.
79
79
80
80
> **Note**
81
81
>
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.
83
83
84
84

0 commit comments