In this tutorial I will show you how to run Docker on Windows 10 without installing Docker Desktop (which is paid software).
1. Check if you have WSL 2 enabled on your system
Type this command in PowerShell:
wsl -l -v
You should see version 2 of WSL, if not you will need to instal...