Open abotelho-cbn opened 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:
systemctl --user daemon-reload
https://github.com/voxpupuli/puppet-systemd/blob/master/manifests/daemon_reload.pp#L32systemctl --user start/stop/reload cernos.service
https://github.com/voxpupuli/puppet-systemd/blob/master/manifests/user_service.ppWhich should hopefully makes things easier - just needs putting together.
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