Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

putting oracle data in a volume? #19

Open
bastiaanb opened this issue Aug 24, 2015 · 4 comments
Open

putting oracle data in a volume? #19

bastiaanb opened this issue Aug 24, 2015 · 4 comments

Comments

@bastiaanb
Copy link

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!

@typekpb
Copy link

typekpb commented Feb 1, 2016

+1

@wscherphof
Copy link
Owner

I suppose we should have that, yes.

@typekpb
Copy link

typekpb commented Feb 1, 2016

any chance for pull request + docs on this?

@wscherphof
Copy link
Owner

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
#19 (comment)
.

Met vriendelijke groet/Kind regards,
Wouter Scherphof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants