Go to file
Tianon Gravi 47df203972 Merge pull request #9 from docker-library/yosifkit-patch-1
Clarify these are examples, not maintained images
2017-06-21 11:59:32 -07:00
cassandra Convert all instances of "exit 2" to simply "exit 1" 2016-11-01 15:48:41 -07:00
elasticsearch Convert all instances of "exit 2" to simply "exit 1" 2016-11-01 15:48:41 -07:00
mongo Convert all instances of "exit 2" to simply "exit 1" 2016-11-01 15:48:41 -07:00
mysql Convert all instances of "exit 2" to simply "exit 1" 2016-11-01 15:48:41 -07:00
postgres Add Alpine variants of postgres, rabbitmq, and redis 2017-04-10 09:49:24 -07:00
rabbitmq Add Alpine variants of postgres, rabbitmq, and redis 2017-04-10 09:49:24 -07:00
redis Add Alpine variants of postgres, rabbitmq, and redis 2017-04-10 09:49:24 -07:00
LICENSE Add initial license (Expat) 2016-05-06 14:50:25 -07:00
README.md Clarify these are examples, not maintained images 2017-06-21 11:58:31 -07:00

README.md

HEALTHCHECK

This is an example set of prototype images (available under https://hub.docker.com/u/healthcheck) for enabling HEALTHCHECK behavior in the official images.

These images are not maintained and are only provided as a reference in implementing your own HEALTHCHECK.