wsl.rst
changeset 2528 b86cd4fc873e
parent 2508 fe9788ce44ba
child 2532 67f29096ae1f
equal deleted inserted replaced
2527:a60864c290cc 2528:b86cd4fc873e
    12   Windows Subsystem for Linux Documentation.
    12   Windows Subsystem for Linux Documentation.
    13 https://github.com/sirredbeard/Awesome-WSL
    13 https://github.com/sirredbeard/Awesome-WSL
    14   Awesome list dedicated to Windows Subsystem for Linux.
    14   Awesome list dedicated to Windows Subsystem for Linux.
    15 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
    15 https://devblogs.microsoft.com/commandline/automatically-configuring-wsl/
    16   Automatically Configuring WSL.
    16   Automatically Configuring WSL.
       
    17 
       
    18 https://github.com/sirredbeard/Awesome-WSL
       
    19   Awesome list dedicated to Windows Subsystem for Linux.
    17 
    20 
    18 wsl utility
    21 wsl utility
    19 ===========
    22 ===========
    20 
    23 
    21 Run Linux command from default distro::
    24 Run Linux command from default distro::
    90   sudo mount -t drvfs f: /mnt/f
    93   sudo mount -t drvfs f: /mnt/f
    91 
    94 
    92 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
    95 https://docs.microsoft.com/en-us/windows/wsl/wsl-config
    93   ``/etc/wsl.conf`` configuration options.
    96   ``/etc/wsl.conf`` configuration options.
    94 
    97 
       
    98 Switching WSL version
       
    99 =====================
       
   100 
       
   101 Set default version for new containers::
       
   102 
       
   103   wsl --set-default-version 1
       
   104 
       
   105 Convert a specific distro to WSL v1::
       
   106 
       
   107   wsl --set-version Debian 1
       
   108