wsl.rst
changeset 2366 55f48026a610
parent 2365 d907310aeacf
child 2367 f295973a87a5
--- a/wsl.rst	Fri May 24 11:20:08 2019 +0300
+++ b/wsl.rst	Fri May 24 11:21:01 2019 +0300
@@ -14,3 +14,10 @@
   wsl -e /bin/ls
   wsl --exec /bin/bash
 
+Run Linux command from specific distro::
+
+  wsl -d ubuntu ls
+  wsl -d debian -e /bin/ls
+  wsl -d debian --exec /bin/bash
+  wsl -distribution debian --exec /bin/bash
+