I’m tinkering on a Portainer setup on coreos using Podman as the baclend.

So far it’s been going ok but now I have an issue.

Docker starts containers after boot but Podman doesnt.

Portainer doesn’t seem to handle that either and after a reboot non of my containers are running.

Usuallt you fix that by creating systemd services for the containers but then I have to duplicate all that.

Anyone knows a way to get them started without using systemd?

Or maybe I have to figue out a way that one unit starts all the containers…