Hacker News new | past | comments | ask | show | jobs | submit login

There are lots of cools aspects of podman, for the admin one the real nice things is its integration with systemd.

podman generate systemd <containerid>

to generate .service files which can then be launched via systemd.




This is a super underrated feature. You can do some really cool things when you combine this with Ignition and Fedora CoreOS. Ignition has the ability to manage systemd units on boot.

https://docs.fedoraproject.org/en-US/fedora-coreos/running-c...

https://developers.redhat.com/blog/2020/03/12/how-to-customi...

Automatically boot, bootstrap the OS, and run your containers via systemd, all driven by infrastructure-as-code ignition files.

A much simpler edge or single-node container experience than using Kubernetes.


Neat, thanks for the tip!


can you get journal logs from a pod? archive and limit logs size etc using existing systemd configuration?


yes, via journalctl




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: