DEV Community

Discussion on: You Probably Don't Need systemd on WSL (Windows Subsystem for Linux)

Collapse
 
pavelsosin320 profile image
PavelSosin-320

I still need systemd in WSL: indeed my vanilla Docker CE on CentOS7 distro can be started by simple dockerd and uses fd: Host. But systemd is not only service units. I need logs, service dependencys, etc. which are lost for me.
I aucceeded to run Podman on CentOS8 but Podman networking is far to be sutable for WSL because assumes a "normal" Linux network. Podman also lacks the basic Docker feature - plugin-management to disable network plugins.
Docker desktop simply ignores WSL networking limitations.

Collapse
 
bowmanjd profile image
Jonathan Bowman

Really good points. Thanks for thinking through this! So, users maybe don't need systemd...