Im new in Docker so my knowledges is less. I did the Docker tutorial and understand the concept.
But when you are new, you always have a lot of questions. So here my first one
I like to build a Docker container with a old MySQL database. Just for learning purpose. Is it smart to pull a Debian image from the repo and install MySQL into it? Or build MySQL into it and then export it as a MySQL Image? How can I make sure that my databases are saved when mine container stopped?
Is there a tutorial what I can follow about this? Or how do I start?