Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Is there a way to see podman specific errors when a quadlet fails to start?
When I look at
systemctl status <generated_quadlet>.service
andjournalctl -xeu <generated_quadlet>.service
after a failure all I get is generic exit-codes due to repeated too quickly but when I manually run thepodman run
command I can see the exact podman specific error. This makes troubleshooting a bit of a pain as I have to rewrite the podman command from the quadlet file manually.Beta Was this translation helpful? Give feedback.
All reactions