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

Docker Healthcheck support #32

Closed
JaneX8 opened this issue Feb 23, 2020 · 2 comments
Closed

Docker Healthcheck support #32

JaneX8 opened this issue Feb 23, 2020 · 2 comments

Comments

@JaneX8
Copy link

JaneX8 commented Feb 23, 2020

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

@project-bot project-bot bot added this to To do in Issue & PR Tracker Feb 23, 2020
@github-actions
Copy link

github-actions bot commented Aug 7, 2020

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.

@j0nnymoe
Copy link
Member

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

Issue & PR Tracker automation moved this from To do to Done Sep 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

2 participants