Hi, currently I’m continuing my drone setup and using drone-runner-docker:1.6.3 on my own machine but one thing I’m missing or just oversight…
I’ve taken a look into the drone-runner-docker documentation which writes:
Use the
docker logs
command to view the logs and verify the runner successfully established a connection with the Drone server.
The question is: Does the drone-runner-docker (other drone-runners might be effected as well) has a health-check endpoint because unfortunately I couldn’t find anything in the docs…
It would make a lot of sense, cause I could enhance my docker-compose/stack file with a healthcheck to see if the connection to the server on the runners has been done successfully…