Ask questions[Feature Request] Display container health status
One of our uses cases for dozzle
is to look at logs to understand why a container may be unhealthy. Docker has a healthcheck feature that is exposed in docker ps
that can point developers to what continer's logs may be interesting to investigate, but this requires using both the docker CLI and dozzle. It would be great if dozzle
was able to surface this information to avoid needing to use the docker CLI.
Thanks for all your work on this awesome project ❤️ !
Answer
questions
amir20
This is an excellent idea. Let me see what the API returns and see if this is possible. I was thinking of showing different colors when CPU is too high. But maybe healthcheck is better.
Related questions
No questions were found.