This document discusses using containers for continuous integration and continuous delivery (CI/CD) of SQL databases. It covers running SQL databases in containers, packaging database schemas in Docker images, and production deployments of databases with containers. It also provides examples of using containers for disposable test databases, persistent production databases, and deployment through tools like docker-compose and docker stack deploy as part of a CI/CD pipeline.