unhealthy docker container not restarted by docker native health check – CentOS
I have implemented docker native health check by adding HEALTHCHECK command in Docker file as shown below, HEALTHCHECK --interval=60s --timeout=15s --retries=3 CMD ["/svc/app/healthcheck/healthCheck.sh"] set the entry point for the container CMD [".././run.sh"] executing the docker run command as shown below,…