I've noticed that trying to run any systemd with a centos or debian image on Debian 11 (Bullseye) host, fails with the error: "Failed to get D-Bus connection: No such file or directory" .
To replicate try running https://hub.docker.com/r/centos/systemd/ or https://hub.docker.com/r/jrei/systemd-debian on Debian 11, it works on Debian 10 though.
Any suggestion on how to solve this ? I've tried privileged mode, various volume mounts and everything I could find.