DEV Community

Discussion on: Install Docker on Windows (WSL) without Docker Desktop

Collapse
 
bhayes profile image
b-hayes

Thanks for this. I skipped all the shared mount stuff tho as I was trying to avoid the setup that docker desktop manages for us normally to see if there are any performance gains.
Without the MySQL data and project volume mounts operating in a seperate distro behind the scenes I saw almost my database heavy unit tests in a monolith sized project finish in half the time wich is now starting to reflect native linux performance.

I'll try podman next see if it gets any faster 😉.