Using Docker Health Checks to Wait for Development Environment Services

At PMG we use Docker and Docker Compose to spin up backing services for local development and continuous integration -- think things like databases, cache, or localstack. One challenge, especially in a CI environment, is making sure that the services are up and available before starting test runs. Enter HEALTHCHECK Dockerfiles can contain a HEALTHCHECK… Continue reading Using Docker Health Checks to Wait for Development Environment Services