The official mysql image has some features in its entrypoint script to help you initialize your database. Check out https://hub.docker.com/_/mysql/ and scroll down to “Initializing a fresh instance”. Basically you can drop in some .sql or .sh scripts into a certain location that can import whatever you want into your database.
Cheers!