Install Docker on Windows local machines
Step 1
First up is to make sure that virtualization is enabled in the bios. Do that now.
...I'm waiting...
install WSL (Windows Subsystem for Linux)
Now, install WSL using PowerShell
wsl --install
To see a list of available Linux distributions available for download through the online store, enter:
wsl --list --online
To change the distribution installed, enter: wsl --install -d <Distribution Name>
wsl --install -d ubuntu
https://docs.docker.com/desktop/setup/install/windows-install/