Replies: 1 comment 1 reply
-
What does fail mean? Can you provide error messages? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I am completely new to Podman, trying to migrate to it over from Docker, for its native support of running under unprivileged users.
Right now, I am having issue with its health check mechanism - I already figured out that periodic health checks are implemented through transient systemd timers manually running the
podman healthcheck run *container-id*
command.All of these automatic health checks fail. However, if I run the very same command there is in the transient unit manually, the health check passes fine!
I'm using the following compose file to start up a sample container to debug the issue with:
System info:
Other edits made to podman config:
Beta Was this translation helpful? Give feedback.
All reactions