From a6e2f0f574e867007cebb59a88b132d3e1cd9ebf Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Thu, 11 Dec 2025 09:00:52 -0800 Subject: Blessed by MHix --- docs/rethinkeverything/k8s-Docker/makingdockerbehave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rethinkeverything/k8s-Docker/makingdockerbehave.md b/docs/rethinkeverything/k8s-Docker/makingdockerbehave.md index a29c74c..10c21c0 100644 --- a/docs/rethinkeverything/k8s-Docker/makingdockerbehave.md +++ b/docs/rethinkeverything/k8s-Docker/makingdockerbehave.md @@ -59,7 +59,7 @@ for their containers. ### Health Checks -(This is mostly @mhix but it stands as common sense and within the bounds of docker documentation, I will discuss the issues of using it verbatum) +(This is mostly from Mike Hix I and is used with his permission) All docker containers on docker hosts should have health checks. A health check is a way that docker can programmatically check the health of your service(s). For each service, you’ll need to provide a command and timing parameters. This enables docker to take action based on the health of your service. It also allows someone to see that the container is healthy in the way you intend. -- cgit v1.2.3