From a51fc944a72f9bb8c723404c2ac20d6764810d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Tue, 30 Jul 2024 13:11:17 +0300 Subject: [PATCH] doc: `wsl` set default version --- blog/2024-06-05.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/2024-06-05.md b/blog/2024-06-05.md index cb6f2fb2ac7..ff27a79e7b4 100644 --- a/blog/2024-06-05.md +++ b/blog/2024-06-05.md @@ -24,6 +24,11 @@ Scrolling down will reveal the option `Windows Subsystem for Linux`. Make sure i Now we will spend some time in either `PowerShell` or [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701), which is a modern terminal application that supports various command-line tools and shells. +```bash +# may be desirable for seamless integration between WSL2 distros of linux and docker with WSL backend +wsl --set-default-version 2 +``` + ``` wsl --install --d Ubuntu ```