Skip to content

Commit 5e8b1da

Browse files
authored
update wsl to wsl.exe for consistency reasons and to allow copy-p… (#23242)
Add .exe extension to allow command to work on windows as the other commands in the page work.
1 parent 58eb2cd commit 5e8b1da

File tree

1 file changed

+1
-1
lines changed
  • content/manuals/desktop/features/wsl

1 file changed

+1
-1
lines changed

content/manuals/desktop/features/wsl/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Docker Desktop does not require any particular Linux distributions to be install
8888

8989
The Docker-WSL integration is enabled on the default WSL distribution, which is [Ubuntu](https://learn.microsoft.com/en-us/windows/wsl/install). To change your default WSL distribution, run:
9090
```console
91-
$ wsl --set-default <distribution name>
91+
$ wsl.exe --set-default <distribution name>
9292
```
9393
If **WSL integrations** isn't available under **Resources**, Docker may be in Windows container mode. In your taskbar, select the Docker menu and then **Switch to Linux containers**.
9494

0 commit comments

Comments
 (0)