wsl.rst
changeset 2528 b86cd4fc873e
parent 2508 fe9788ce44ba
child 2532 67f29096ae1f
--- a/wsl.rst	Wed May 18 16:28:14 2022 +0300
+++ b/wsl.rst	Thu May 19 15:24:37 2022 +0300
@@ -15,6 +15,9 @@
 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
   Automatically Configuring WSL.
 
+https://github.com/sirredbeard/Awesome-WSL
+  Awesome list dedicated to Windows Subsystem for Linux.
+
 wsl utility
 ===========
 
@@ -92,3 +95,14 @@
 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
   ``/etc/wsl.conf`` configuration options.
 
+Switching WSL version
+=====================
+
+Set default version for new containers::
+
+  wsl --set-default-version 1
+
+Convert a specific distro to WSL v1::
+
+  wsl --set-version Debian 1
+