Spring Boot - Docker and Deployment
You added this line to your Dockerfile:
HEALTHCHECK CMD curl -f http://localhost:8080/actuator/health || exit 1
but the health check never executes after container start. What is a likely reason?
You added this line to your Dockerfile:
HEALTHCHECK CMD curl -f http://localhost:8080/actuator/health || exit 1
but the health check never executes after container start. What is a likely reason?
curl binary. -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions