HEALTHCHECK Parameter Consistency of Create Options #20640
Unanswered
AndreasSchraub
asked this question in
Q&A
Replies: 0 comments
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 all,
I recently realized that if I pass the timing parameter of the health check to the create option for the container, but define the health check CMD inside the container image. Podman does not execute the health check as it doesn't take/consider the CMD from the image.
is this a bug?
Why is it not possible to take the different health check parameter from different parameter sources ( like at me from image and command line parameter)?
Beta Was this translation helpful? Give feedback.
All reactions