Hacker News new | ask | show | jobs
by cckk 641 days ago
looks cool! Forgive my ignorance, but what's the adv of this over using Docker on WSL2?
1 comments

for me, the advantages are:

* In WSL2 I don't need to worry about, ports, mounts and data persistence (I think this is possible in docker but it needs more setup work)

* I don't need docker desktop running

in the end I think that both can solve the problem, I myself prefer wsl for my day to day tasks.

fyi docker works perfectly fine in wsl on Ubuntu and other distro using the standard installation method on Linux, no docker desktop needed.