-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi
I just wanted to say thanks again for sharing this code. It was hugely helpful. After some struggle (and a lot of lessons learnt), I managed to get it working, and have successfully created a database and connected with SQL*Plus from the host. This is a huge success, thanks to your foundation.
I would be very happy to share my changes with you in a PR if you like? However, I wanted to tell you that I am planning on changing the way that you have done things in order to allow me to persist the data between container restarts, using a Docker volume. So this means that instead of creating the database during the build, I will create it at run time (obviously this will only need to happen the first run, as it will persist after that).
Is this something that interests you, or should I just do a PR for my current changes?
cheers!