This requires prev step - WSL Installation
Download & Install Docker Desktop for Windows or execute:
choco install docker-desktop -y
logoff
Double Click on Docker Desktop Icon
that will be present on the Windows Desktop, to start the installation. After installation you will be asked to log out and log in again.
Configure Docker:
Enable Kubernetes:
Press Appy & Restart to complete Docker Setup
Create an account at Docker Hub and signin to Docker
In the console window execute:
docker run hello-world