crccheck / docker-hello-world

Hello World web server in under 2 MB
https://hub.docker.com/r/crccheck/hello-world/
161 stars 161 forks source link

Health Check Missing #10

Closed sachintaksande closed 5 years ago

sachintaksande commented 5 years ago

Thank you for this simple project to test the web server in docker environment. The only thing missing is a health check so that docker knows that the service is healthy or not.

a simple check for the status code 200 when the app is accessed should be OK.