Using systemd in Docker
Preamble This is basically part 2 of my systemd hurdles during Ansible development on Windows. For part 1, please read Enabling systemd in WSL 2 on Windows 11 22H2 without… Read more »
Preamble This is basically part 2 of my systemd hurdles during Ansible development on Windows. For part 1, please read Enabling systemd in WSL 2 on Windows 11 22H2 without… Read more »
TLDR Install the latest WSL release, then add the following to /etc/wsl.conf in your WSL distro(s): [boot] systemd=true Cheers! Intro Windows Subsystem for Linux version 2, or better known as… Read more »