systemd-remnants 04 November 2024, 16:50:48 I thought of using docker in my runit artix and looking at the docker-runit package I see that it uses/creates a cgroup with name/sys/fs/cgroup/systemdI suppose that this is because the default docker setup uses a cgroup named systemd.I'm not particularly anti-systemd, but in artix how do we know if systemd has left an actual requirement about or if it's just a token/name memory. 1 Likes
Re: systemd-remnants Reply #1 – Today at 05:58:18 I don't know if this fits your needs, but podman seems to be the better choice:- it is compatible with Docker containers- it runs in the user security context https://betterstack.com/community/guides/scaling-docker/podman-vs-docker/- does not alter the firewall rules as docker does- it has several GUI management interfaces ( Pods, Podman Desktop, Container Desktop )Give it a try, you will not regret it.