Have you tried building an image with some existing data?
I have a test-db which I would like to "convert" to a docker image. Having a clean db in the image means I would need to run a lot of sql scripts to create schemas/tables. Do you know of a good way to have that data within the image?
Hi,
Have you tried building an image with some existing data? I have a test-db which I would like to "convert" to a docker image. Having a clean db in the image means I would need to run a lot of sql scripts to create schemas/tables. Do you know of a good way to have that data within the image?