Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker-library/healthcheck
https://github.com/docker/docker/issues/21142 prototypes
https://github.com/docker-library/healthcheck
Last synced: about 1 month ago
JSON representation
https://github.com/docker/docker/issues/21142 prototypes
- Host: GitHub
- URL: https://github.com/docker-library/healthcheck
- Owner: docker-library
- License: mit
- Created: 2016-05-06T21:48:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T11:03:52.000Z (5 months ago)
- Last Synced: 2024-09-29T02:06:04.272Z (about 2 months ago)
- Language: Shell
- Homepage: https://github.com/docker-library/faq#healthcheck
- Size: 23.4 KB
- Stars: 661
- Watchers: 29
- Forks: 168
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `HEALTHCHECK`
This is an example set of prototypes for enabling [`HEALTHCHECK`](https://github.com/docker/docker/issues/21142) behavior in select official images.
This repository is not actively maintained and only exists as a reference in implementing your own `HEALTHCHECK` which meets your particular needs more accurately than these generic examples possibly could. Resulting images are **not** actively built and pushed to a Docker Registry (and the `FROM` lines are likely even outdated).
See [the `HEALTHCHECK` FAQ entry](https://github.com/docker-library/faq#healthcheck) for the rationale for why these don't get added to the official images directly.