-
Notifications
You must be signed in to change notification settings - Fork 10
shim: health endpoint #108
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
Comments
this could be an RPC added to the shim? |
Yes. Should be very simple. HEALTHCHECK CMD rawdogging with curl an JSONRPC endpoint works. |
Closed
No, it's not. The condition for closing this issue is presence of a working integrated healthcheck. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker has a feature referred to as HEALTHCHECK. It allows running a predefined command that checks health of the container. It may be a nice-to-have for ops. It is also useful for docker-compose since it allows specifying
depends_on
for start up order and ideally the demo containers should start only after the shim is up.The text was updated successfully, but these errors were encountered: