How can I get pre-existing data from a mysql database into a mysql docker container?
I am new to using Docker and I want to place an existing project in a set of Docker containers so I can run the project on other platforms/devices. I currently have a Flask app connected to a mysql database.…