-
Install WSL from Microsoft Store
-
Update to WSL2
wsl --install wsl --set-version 2
-
In Powershell, install scoop:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time irm get.scoop.sh | iex
-
In Powershell, install Rancher-Desktop:
scoop install rancher-desktop
-
If above command is not working
scoop bucket add extras scoop install extras/rancher-desktop
-
Read carefully and follow the post-install instructions from the terminal.
-
Open Rancher Desktop
WSL use too much RAM or CPU. It can be useful to limit them on devices with a limited amount of RAM or CPU. To do that, follow the instructions below to limit to 2GB of RAM and 2 processors (you can adjust the numbers):
-
Inside your user folder (
C:\Users\<UserName>
), create a file.wslconfig
. -
To limit the resource usage of WSL2, in
.wslconfig
add the following:[wsl2] memory=2GB processors=2