dokku / docker-container-healthchecker

Runs healthchecks against local docker containers
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Implement listening checks #103

Closed josegonzalez closed 12 months ago

josegonzalez commented 12 months ago

Listening checks ensure the process is listening on the expected port with all interfaces. This is useful for routing purposes where the router may not be running in the same process namespace and therefore needs to know that the app is listening on the correct interface/port combination.