MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
685 stars 288 forks source link

Database initialization #22

Closed wagner-wutzke closed 8 years ago

wagner-wutzke commented 8 years ago

Hi Maksym. Thanks for sharing your work! Do you think that this would be adding a database initialization feature to the image?

`# Dockerfile FROM wnameless/oracle-xe-11g

ADD init.sql /docker-entrypoint-initdb.d/`

I did find it here: https://github.com/wnameless/docker-oracle-xe-11g Thanks you. Cheers,

Wagner

MaksymBilenko commented 8 years ago

Yeah, it could be added. I'll try to do this today

MaksymBilenko commented 8 years ago

@wagner-wutzke, Done, please take a look and update with any issues

wagner-wutzke commented 8 years ago

Works perfectly. Great job. Thanks a lot!