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 on Weechat Container #7

Open
Enissay opened this issue Jun 30, 2023 · 0 comments
Open

Docker Healthcheck support on Weechat Container #7

Enissay opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Enissay
Copy link

Enissay commented Jun 30, 2023

Describe the feature
Being able to see a "health status" of the Docker container.

Describe the solution you'd like
I would like support for the Docker Healthcheck (that is also shown in other Docker management software).
See more info about this useful feature for stack: https://riptutorial.com/docker/example/11015/healthcheck--instruction

Describe alternatives you've considered
I am not sure how the app works so, if one could explaind how to manually do it, I/he can suggest something to achieve that.
For instance, a running ui on port 9000 can be tested using:

HEALTHCHECK --interval=60s --timeout=10s --retries=3 CMD curl -sS http://localhost:9000 || exit 1

This either to be embedded to the dockerfile or added by user to the stackfile

@flashcode flashcode added the enhancement New feature or request label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants