I would like to create a MySQL Docker image with data already populated.
I want to create 3 layers like this:
|---------------------|--------
So my solution to this problem was just NOT to layer everything but create a base image and use --volumes-from to inject the database files from a data-only container.