This document provides instructions for running Keycloak in Docker containers connected to a MySQL database. It describes:
1) Running a basic Keycloak container with environment variables to set the admin username and password.
2) Creating a Docker network and running MySQL in a container on that network.
3) Running Keycloak on the same network, connecting to the MySQL database using environment variables to specify the database details.
4) Modifying the MySQL container command to add a volume for persistent storage.