I run two docker containers, one is mysql and the other is a web service using mysql. How ever, at the first time to start mysql container, I forgot to use a volume to persist data in it.
Now that I have already had a bunch of data in my mysql container, can I migrate it to a newly created volume now?
Any advice would be appreciated!