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 ubuntuUbuntu
You should now have a live Ubunu intense running.
You can now roam around Linux like a bad boy but, you can just leave it along for now because, you dont need it yet.
Install Docker
Download docker here and then, install it.
https://docs.docker.com/desktop/setup/install/windows-install/