Monitor and restart unhealthy docker containers. This functionality was proposed to be included with the addition of HEALTHCHECK, however didn't make the cut.
About
Autoheal is a lightweight Docker container that monitors the health status of other containers and automatically restarts them when they become unhealthy. It's designed for Docker administrators and DevOps engineers who need simple, automated recovery mechanisms for containerized…