-
Notifications
You must be signed in to change notification settings - Fork 223
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
HEALTH CHECK not working #93
Comments
It currently isn't possible since the whoami Docker image is based on "scratch", which is basically a completely empty operating system. So no It think it would be pretty easy to add a flag which, when enabled, just does a health check. So you'd just run the |
So in the compose file I add |
You WOULD but it's currently not implemented! |
So what exactly should i do then to get healthcheck to work? |
At the moment there is not much you can do, except modify the container yourself, and f.e. inject the curl binary into it with a bind mount. Maybe I'll work on a PR which implements a healthcheck feature, though. Here's how you could do it: |
I would like you add the possibility to add a HEALTH CHECK when running this container with a compose file.
Would this be possible to do that? or tell me what the syntax is int he compose file to get a health check.
The text was updated successfully, but these errors were encountered: