-
Hi Then I need to have My main question, assuming the above is correct; can I retrospectively add the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Thanks for reaching out, @mcdent! Adding the generated unit files is dangerous and not something we can support. I assume you used |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Apologies for being vague.
What I meant is that editing the output of
podman generate systemd
is generally not something we can support. Editing the command-line of podman as you suggested poses no threat though.It is absolutely correct to run your containers with
podman generate systemd
. But as you might have experienced yourself, the user experience ofpodman generate systemd
is not ideal. Changing something requires to recreate the container, and then do everything again. Quadlet solves this problem in a very elegant way, such that adding the auto-update label is easy and straight-forward.Feel free to reach o…