How to start a Podman Container at system startup
In my article about containers, I had a few lines regarding Podman. In fact, I use this container tool since more than a year after discovering it on Fedora while searching for installing Docker on it (because, you know, habits).
I’ll maybe write something about Podman one day, but if you wonder why I heavily prefer it instead of Docker, here is a few reasons :
Daemonless : there are no daemon for Podman, the tool communicates directly with the required APIs.
- 6 minutes read time