openSUSE / containers-systemd

Systemd service files to run various openSUSE containers by systemd and podman
MIT License
13 stars 4 forks source link

Interest in [container] unit files? #6

Open kees-closed opened 1 month ago

kees-closed commented 1 month ago

Hi,

Is there interest in experimenting with more native container unit files? I could setup a test with Postfix later this month. But it would be a waste if there is a strong feeling to hold on to the current setup, which of course already works. I want to prevent myself from wasting my time :) I already have a fork, so I could create a PR soonish for Postfix and test it out.

thkukuk commented 1 month ago

There are meanwhile so many ways to manage containers with podman and systemd (pods, quadlets, ...), and most users have different needs, that we don't really develop one universal solution anymore but keep this project only working for our existing users.

So if your solution is 100% compatible and will not break any existing users, fine, but I would prefer to not make big changes anymore.

kees-closed commented 1 month ago

At first glance it should be possible to make it 100% compatible, all features are there. I can make a PoC for Postfix and then you can judge if it's an improvement or not. If it is, then I can modify the other unit files in the same way.