[FR] Docker Healthcheck #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please add docker healthchecks to the image file.
https://docs.docker.com/reference/dockerfile/#healthcheck
I actually have the same problem. I tried to setup a simple healthcheck but the Docker container is missing
curl,wgetand evenping.What I am using at the moment is this
so at least I know that the service is listening on port 8080 and thus supposing it is working.
Thanks for the suggestion