Health Check for MySQL in a Docker Container

Glossary
Docker
MySQL
Background
When launching a full-stack web application, whether locally or in production, sequencing the dependencies is critical. For example, if we start ser...