[ Windows 10 ] How to Upgrade the WSL Version from 1 to 2 for the Distribution package installed
In my previous post we have discussed steps for setting up WSL in windows 10 machine with Ubuntu Package. If we have not specified the WSL version that we require before installing the distribution package most likely WSL version will be 1. The problem with WSL version 1 is that it does not come with entire Linux package and there is no container support on its own that means that for running docker daemon process we have to depend on Docker Desktop which is installed in the host machine. Know Which Version of WSL Is Installed Lets now see how we can check the wsl distribution package version which is installed with the help of below command: wsl -l -v This has to be entered in the PowerShell in the admin mode. you are seeing the version field as 2 because i have already migrated from version 1 to version 2. For migrating the installed distribution package from version 1 to 2 there are some prerequisite packages that needs to be installed. WSL2 Linux Kernel Updat...