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

Add support for unhealthy status #3

Open
mcasimir opened this issue Jul 5, 2016 · 9 comments
Open

Add support for unhealthy status #3

mcasimir opened this issue Jul 5, 2016 · 9 comments

Comments

@mcasimir
Copy link
Owner

mcasimir commented Jul 5, 2016

No description provided.

@srstsavage
Copy link

Is this issue regarding adding support for Docker's built in HEALTHCHECK?

https://docs.docker.com/engine/reference/builder/#healthcheck

If so, +1.

@willfarrell
Copy link

I wrote a container to do exactly this, super light weight. Let me know what you think.
https://github.com/willfarrell/docker-autoheal

@mcasimir
Copy link
Owner Author

mcasimir commented Feb 13, 2017 via email

@srstsavage
Copy link

Docker engine added HEALTHCHECK in 1.12 but containers don't automatically restart after failing the check, they just get marked as unhealthy.

@willfarrell Your implementation looks nice, I'll be trying it out soon.

@willfarrell
Copy link

It was specified to be included but using --exit-on-unhealthy (moby/moby#22719), but got cut from the list. Hopefully it will comeback, making my project and this one depreciated.

@FranklinYu
Copy link

You guys may want to vote for moby/moby#28400 like I did.

@govindkailas
Copy link

govindkailas commented Nov 2, 2017

@willfarrell - tried the autoheal container, worked as expected.
I am on docker-17.09-ce. it is a much-needed feature in docker, hope autoheal would make it to the future release.

@willfarrell
Copy link

@govindkailas You and me both.

@delanym
Copy link

delanym commented Sep 3, 2024

?

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

6 participants