- Download Docker
Download Docker on https://docs.docker.com/get-docker/
2. Install WSL2
Open Powershell as administrator and enter:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Download the Linux kernel update package
Set WSL 2 as the default version:
wsl --set-default-version 2
3. Install Linux distribution
Open the Microsoft Store and select your preferred Linux distribution.
4. Restart
Restart your computer and open Docker. It should work now.
0 Comments