linuxserver/docker-ubooquity

Docker Healthcheck support

JaneX8 opened this issue · 2 comments

Describe the feature
Being able to see a "health status" of the Ubooquity Docker container or even better on all @linuxserver Docker containers.

Describe the solution you'd like
I would like support for the Docker Healthcheck (that is also shown in Portainer.io and probably other Docker management software).

Describe alternatives you've considered
Alternative is setting up something similarly without the use of the already existing tools within Docker.

Additional context
The Dockerfile could contain something like this:

HEALTHCHECK --interval=60s --timeout=10s --retries=3 CMD (curl -sS http://localhost:2202 && curl -sS http://localhost:2203) || exit 1.

For debugging and testing purposses you can use:

docker inspect --format "{{json .State.Health}}" containername

image

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sorry we don't have any plans to add healthcheck within our containers, ref: linuxserver/docker-tautulli#79 (comment)