#How to implement health checks for containers?

1 messages · Page 1 of 1 (latest)

coarse ridge
#

Is there an idiomatic way to define health/readiness checks to gate execution of code, say tests?

Is there something like a Dockerfile HEALTHCHECK? I just defined my own function.

#

How to implement health checks for containers?