Linux on Windows
Jump to navigation
Jump to search
To use WSL Windows 10 must be at least build 19041, Windows 11 is good to go. open powershell as an admin and enter the following to check your build.
[environment]::OSVersion.Version
If the build is new enough then enter the following. Sadly there isn't a Fedora/RHEL/Rocky option.
wsl.exe --install -d Ubuntu
Wait for WSL to finish downloading and installing. When complete a new shell will appear prompting for a username and then a password; once these are entered you now have WSL running.
Please refer to LINK TBD to setup docker