Latest Post
Including Data in a MySQL Docker Image
Oct 21st, 2019 by Travis HohlIt’s common practice for Docker-powered database images to use volumes to persist data between container restarts. But if you want to minimize the initial setup time for your local development environment or if you need to run an automated end-to-end test suite in the cloud, you should consider building a baseline set of test data into the image itself.