Closed daniele-bottelli closed 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
when you make VOLUME-mount it is done only once and further docker-compose up with that volume does not need this long process.
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