oracle-12c
oracle-12c copied to clipboard
putting oracle data in a volume?
For a database container it makes sense to store the database data in a volume, so you won't lose the data when you kill container or update the image. E.g. the PostgreSQL Dockerfile has 'VOLUME /var/lib/postgresql/data'.
The oracle-12c Dockerfiles do currently not do this. Are they designed for a different use case? E.g. throw-away test databases?
How would one add support for volumes? It looks like step2 would need to be split and partially moved to a runtime step?
Thanks!
+1
I suppose we should have that, yes.
any chance for pull request + docs on this?
I'd welcome any.
Op ma 1 feb. 2016 om 10:18 schreef Peter Butkovic [email protected]
any chance for pull request + docs on this?
— Reply to this email directly or view it on GitHub https://github.com/wscherphof/oracle-12c/issues/19#issuecomment-177870870 .
Met vriendelijke groet/Kind regards, Wouter Scherphof