MaksymBilenko / docker-oracle-12c

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

install oracle db during container build phase #33

Closed daniele-bottelli closed 7 years ago

daniele-bottelli commented 7 years ago

This issue is an improvement :)

The oracle installation is quite long, for me it's better to do it during container build phase

I'm using docker-compose to build and start containers, so after I launch docker-compose down command I have to install oracle again

ChaosEngine commented 7 years ago

when you make VOLUME-mount it is done only once and further docker-compose up with that volume does not need this long process.