fuzziebrain / docker-oracle-xe

Docker build for Oracle Database 18c Express Edition (XE). This project is now archived with the release of version 21c.
MIT License
272 stars 127 forks source link

Building an image with data from existing DB #61

Closed serpro69 closed 4 years ago

serpro69 commented 4 years ago

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?

serpro69 commented 4 years ago

Closing this as I think I've found a solution to this.