From e4d86d71e0c7bc438280767eef438a34b4dc0750 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio <35803280+lobis@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:37:17 +0200 Subject: [PATCH] update `wsl` to `wsl.exe` for consistency reasons and to allow copy-paste to work in windows --- content/manuals/desktop/features/wsl/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/features/wsl/_index.md b/content/manuals/desktop/features/wsl/_index.md index 1fb2a08050f2..ac0fb453e85e 100644 --- a/content/manuals/desktop/features/wsl/_index.md +++ b/content/manuals/desktop/features/wsl/_index.md @@ -88,7 +88,7 @@ Docker Desktop does not require any particular Linux distributions to be install 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: ```console - $ wsl --set-default + $ wsl.exe --set-default ``` 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**.