From ea826a0dcdca8e50e2ff1f914f425ea50f0fc670 Mon Sep 17 00:00:00 2001 From: yosifkit Date: Wed, 21 Jun 2017 11:58:31 -0700 Subject: [PATCH] Clarify these are examples, not maintained images --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0191fd..350eefe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # `HEALTHCHECK` -This is a set of prototype images (available under https://hub.docker.com/u/healthcheck) for enabling [`HEALTHCHECK`](https://github.com/docker/docker/issues/21142) behavior in the official images. +This is an example set of prototype images (available under https://hub.docker.com/u/healthcheck) for enabling [`HEALTHCHECK`](https://github.com/docker/docker/issues/21142) behavior in the official images. + +These images are not maintained and are only provided as a reference in implementing your own `HEALTHCHECK`.