Logo
CoursesBlogTutorials
  1. Home
  2. blog

September 11, 2024

Docker: depends_on vs healthchecks

docker
Docker compose can use depends_on to control the startup of containers, or it can use healthchecks (or a combination of both) to ensure services are started in the correct order or wait until a condition is met. In this post we take a look at both with a concrete example of using health checks in place of the depends_on demonstrated in the course.
September 09, 2024

Welcome to TryCatchLearn

Welcome to TryCatchLearn, a place where you can see extra tutorials, posts or general thoughts about the courses I have published on Udemy and elsewhere.