voxpupuli / puppet-quadlets

Puppet module to manage Podman Quadlets
Apache License 2.0
3 stars 4 forks source link

Would You Consider Support for Rootless/User Containers? #19

Open abotelho-cbn opened 1 month ago

abotelho-cbn commented 1 month ago

Hi there!

I just stumbled upon this module. We were in the process of developing a module internally at my company.

Our work-in-progress module currently supports rootless/user containers (pods were coming later). Is that something you'd be interested in having in this module?

I haven't delved too much into the code yet, but it doesn't look like it's too much above my development capabilities. I think I could come up with something to add this to your module and submit a merge request.

Cheers

traylenator commented 1 month ago

Hi @abotelho-cbn ,

Absolutely rootless containers is something to add to this module.

I added some of the building blocks already to the systemd module:

Which should hopefully makes things easier - just needs putting together.