alexheretic / aurto

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository
MIT License
134 stars 9 forks source link

Podman support #89

Open 6XGate opened 1 year ago

6XGate commented 1 year ago

Podman is mostly docker compatible and can run both docker compose stacks and docker container images. The big difference is that podman is designed to handle starting containers at boot though systemd by creating them on boot and deleting them on shutdown. This makes aurto completely incompatible without attaching to the container console and reinitializing aurto. Would be great if there way a way, via env or other means, to trigger the aurto init when the container is run.