Run Linux command from specific distro.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 24 May 2019 11:21:01 +0300
changeset 2366 55f48026a610
parent 2365 d907310aeacf
child 2367 f295973a87a5
Run Linux command from specific distro.
wsl.rst
--- 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
+