|
Hi, I am running clair with podman run but in the logs following message occurs. So how to set up the health check correctly? many thanks in advance! I thought it would be enough to set introspection_addr: in the config.yml Here my clair config.yml It is not obvious in the documentation how to call the health endpoint as well. I couldn't find any information. return ok If I use clairctl, it fails my clairctl.yml is At the end here my podman run command. |
Answered by
hdonnay
Jul 12, 2024
Replies: 1 comment
|
Yeah, it's a (perhaps cryptic) warning that the health check doesn't have any logic besides "is the process running?". |
0 replies
Answer selected by
hdonnay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, it's a (perhaps cryptic) warning that the health check doesn't have any logic besides "is the process running?".