Spring Boot - Docker and Deployment
Which of the following is the correct way to define a Docker health check that uses curl to verify a Spring Boot app's /actuator/health endpoint?
Which of the following is the correct way to define a Docker health check that uses curl to verify a Spring Boot app's /actuator/health endpoint?
HEALTHCHECK CMD followed by the command.-f flag makes curl fail on HTTP errors, which is needed for health check.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions