DEV Community

Discussion on: How to run docker on Windows without Docker Desktop

Collapse
 
pawelgnatowski profile image
Pawel Gnatowski

Would you be interested in how to do same without so much trickery?
Ip stuff port forwarding etc. I mean?
My simple repo can have you up and running. I will write an article eventually, but it is there.

Collapse
 
herbatnik profile image
Marek Kreśnicki

Exactly my thoughts, there's too much complexity here + there's more comprehensive guide on how to install docker in Linux on official docker website which takes half of this article.

Collapse
 
_nicolas_louis_ profile image
Nicolas Louis

Hi Pawel, thank you for your feedback. I tried to made some simplifications from the initial article from Jonathan Bowman. I had in mind to make my existing toolchains still working (VSCode, Visual Studio).
I'm very interested if you have a simpler way to proceed :)

Collapse
 
pawelgnatowski profile image
Pawel Gnatowski

I run this stack using this. Start of the month i will write full article, for now this will have to do.
Essentially i run docker, vs code , gpu compute (inside containers too) all on ubuntu wsl2. With proper networking, which is the biggest blunder from M$ to date in regard to wsl..
github.com/pawelgnatowski/WSL2-Net...