Replies: 1 comment 5 replies
-
I think you mean Quadlet instead of Quartet Fully qualified paths for images at Dockerhub start with docker.io/ Try replacing |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm moving my Podman containers on RHEL 9.2 to the newer Quartet way of doing things.
One reason was to take advantage of being able to update them more easily.
I've managed to get one container working but there are a couple of issues. I'd like to iron these out before I continue with the rest 🤞
if you add the
Label="io.containers.autoupdate=registry"
to the unit file, you need to specify the fully qualified path to the image. It seems no matter what I try, e.g.hub.docker.com/r/louislam/uptime-kuma:latest
it does not work.If I forget number 1 for now, remove the
Label="io.containers.autoupdate=registry"
and setImage=louislam/uptime-kuma:latest
I am able to manually start the container from this Quartet file:-The process I used was:-
systemctl --user daemon-reload
systemctl --user status mysleep.service
And the service & container start fine. However if I reboot, the service/container does not start.
I've been picking at the following couple of websites for help:-
https://www.redhat.com/sysadmin/quadlet-podman
https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html
Thanks for any pointers/help!
Mike
🙏
Beta Was this translation helpful? Give feedback.
All reactions