Horust icon indicating copy to clipboard operation
Horust copied to clipboard

Provide a healthcheck for Docker

Open williamdes opened this issue 3 years ago • 3 comments

I am using this awesome program in my project to monitor two binaries. I would like to be able to give Docker a healthcheck of Horust.

I use Horust in https://github.com/sudo-bot/docker-openldap

williamdes avatar Jul 17 '22 14:07 williamdes

Hi @FedericoPonzi Can the last changes to master branch have a git tag and release ?

williamdes avatar Dec 17 '22 21:12 williamdes

Hi @williamdes I've published the latest version everywhere. Regarding the scope of this ticket, I think it could be a useful addition. How would you suggest to define the healthcheck?

FedericoPonzi avatar Dec 18 '22 17:12 FedericoPonzi

Hi @williamdes I've published the latest version everywhere. Regarding the scope of this ticket, I think it could be a useful addition. How would you suggest to define the healthcheck?

Thank you! Horust joined Linux alpine last night: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/42421 Updated in https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/42467

It does not build on s390x and riskv64

Also one test uses bash, it could use sh instead

For the healthcheck, maybe that all services started successfully and none did fail

williamdes avatar Dec 18 '22 18:12 williamdes