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 – 07 November 2024, 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.
Re: systemd-remnants Reply #2 – 07 November 2024, 18:31:11 Quote from: [email protected] – on 07 November 2024, 05:58:18I don't know if this fits your needs, but podman seems to be the better choice:.........- it runs in the user security context https://betterstack.com/community/guides/scaling-docker/podman-vs-docker/.........That page seems to imply that podman relies a lot on systemd which I would not care for.While there is an artix pkg it's likely that a lot of the online info will rely on systemd specifics.I'll certainly take a look anyhow.
Re: systemd-remnants Reply #3 – 07 November 2024, 23:35:15 There is a nuance: podman does not rely on systemd, it can work with systemd.Gosh, you cannot grasp the damage systemd has done until you try to swim against the current !On my Artix (with dinit) I'm happily using podman, importing container images from wherever I need; I have a small repo with some services and a description on how I configured it - including the configuration for using podman.I hope it helps you even a tiny bit ... 1 Likes