Luncurkan skrip SQL dari Docker di MySQL

docker exec <container_id> /bin/sh -c 'mysql -u root -ppassword </dummy.sql'
Drakonkat