If my container running (ENTRYPOINT aka PID 1) - /lib/systemd/systemd systemd.unit=multi-user.service
, and also I have VOLUME ["/sys/fs/cgroup"] then why docker exec -it --privileged systemctl --user
will display me Failed to connect to bus: No such file or directory
.
Is it possible to overcome that somehow?