Creating pod units from existing pod using Quadlet #24982
Unanswered
elhananjair
asked this question in
Q&A
Replies: 1 comment
-
https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#pod-units-pod and also see the "Example for Container in a Pod" at the end of the page for a small example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends,
I have spent days figuring out how to auto-start a pod running with
podman pod start mypod
. I read an article on Redhat about using Quadlet, but I find it difficult to implement it on my current running system.The examples I found on the man page and Redhat articles only focus on container units, which pull the new image and execute it. But in my case, I have already a working pod with 6 containers in it, and I want to auto-start it with Quadlet.
Can someone please support me on this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions