Other than some version requirements for WSL2, installing Docker on Windows is as simple as:
- Install WSL2 on Windows 10 using the official WSL documentation
- Install Docker Desktop
Verify the install with docker --version
and docker-compose --version