WSL 2 .wslconfig configuration explained
WSL 2 .wslconfig configuration explained Release Notes for Windows Subsystem for Linux | Microsoft Docs - Build 18945 Install WSL 2 on Windows 10 Build a multi-Linux development environment with WSL 2 Steps to install WSL 2:
Join the Windows Insider Program (required) Enable required WSL components Install a Linux distribution Set the Linux distribution to use WSL 2 WSL 2 troubleshooting: compressed virtual disk files cannot be converted to the WSL 2 architecture Install and start Docker Install Docker Desktop v2.2.1.0 # Enable required WSL components dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart # Set the Linux distribution to WSL 2 wsl --set-version ubuntu 2 wsl --set-default-version 2 Edit %UserProfile%\.wslconfig