DEV Community

Discussion on: The State of Developing on Windows 2019: Impressive!

Collapse
 
nickjj profile image
Nick Janetakis • Edited

I've been using the Docker CLI through WSL for about a year now and it's rock solid. You can easily configure it to interface with Docker for Windows and volumes just work out of the box after configuring your /etc/wsl.conf.

From your POV, it feels like you're running Docker directly from WSL. Things are really fast too. No problem at all compiling tons of CSS / JS through Webpack, or running large Rails, Flask or Phoenix applications with volumes.

I detailed all of that at: nickjanetakis.com/blog/setting-up-...