Merge pull request #9 from docker-library/yosifkit-patch-1

Clarify these are examples, not maintained images
This commit is contained in:
Tianon Gravi 2017-06-21 11:59:32 -07:00 committed by GitHub
commit 47df203972
1 changed files with 3 additions and 1 deletions

View File

@ -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`.