Add Health checking
Open
area/monitoring
difficulty/medium
importance/low
status/stale
type/feature
- Dominant language
- CSS
- Stars
- 9
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Healthcheck is a new-ish feature in Docker to check the actual status of the services/daemons of the container. Healthcheck can be implemented by having a "check command" like using curl to see if it returns `200` or not. It's preferable (for now) to add healthcheck on the compose file rather than the dockerfile.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.