How to use Docker on Windows 10 (without Docker Desktop)

Pawel The Dev
3 min readJun 13, 2022
Photo by Ian Taylor on Unsplash

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

--

--