Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add HEALTHCHECK #366

Closed
bkuhl opened this issue Jan 21, 2018 · 1 comment
Closed

Feature request: add HEALTHCHECK #366

bkuhl opened this issue Jan 21, 2018 · 1 comment

Comments

@bkuhl
Copy link

bkuhl commented Jan 21, 2018

Docker supports defining a command to determine if the container is running as intended (healthy), broken for some reason (unhealthy) or still initializing (starting):

Adding this to this image with the semantic "the mysql server is online and functional" would be quite nice.

Since the last HEALTHCHECK defined by a Dockerfile is the one actually used, images based on this one could define their own healthcheck without "interference" by the one provided by the mysql image.

Related to docker-library/postgres#282 and redis/docker-library-redis#91 indirectly.

@yosifkit
Copy link
Member

Closing as duplicate of #196.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants