https://github.com/docker-library/healthcheck
https://github.com/docker/docker/issues/21142 prototypes
https://github.com/docker-library/healthcheck
Last synced: about 1 year 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T11:03:52.000Z (about 2 years ago)
- Last Synced: 2025-04-03T21:13:44.733Z (about 1 year ago)
- Language: Shell
- Homepage: https://github.com/docker-library/faq#healthcheck
- Size: 23.4 KB
- Stars: 667
- Watchers: 28
- Forks: 171
- Open Issues: 4
-
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.