Why is podman-compose unable to find docker-compose?
I’m getting the following error when running docker compose up -d
:
podman-auto-update gives error “pod has no infra container: no such container” on Oracle Linux 9 (rootless)
I’m trying to get podman-auto-update working on my Oracle Linux 9 VM, but no matter what I do, I keep seeing pod has no infra container: no such container
for every container when I update. I’ve done this on Ubuntu and Debian easily, but it’s my first time on Oracle Linux (aarch64) VM. I’ve done all the simple steps, like adding io.containers.autoupdate: "registry"
to each service. I’ve started and enabled the podman-auto-update.timer
service. I made a folder ~/.config/systemd/user
for unit files and ~/.config/containers/systemd
for the quadlets (I’ll explain later).