-
Notifications
You must be signed in to change notification settings - Fork 74
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
Miss understanding of procedure to set up a persistent database. #155
Comments
if you want to use a directory |
Thanks perfect, the argument for more information follow the link from @mprins https://docs.docker.com/storage/volumes/ |
For me bind volume doesn't work. It might be because I'm on macOS M1 and I'm using colima. If anyone knows how to fix this please let me know. Hopefully Oracle will release the rumoured aarch64 Oracle DB soon.
|
@altitudedashboard, unfortunately, I faced the same issue on my apple m1. Did you find a solution? |
looks like the same issue abiosoft/colima#54 |
thanks! I'll give it a try |
Doesn't work for me:
|
Hi, I've been amazed by the quality and ease of use of the docker’s image.
I am testing out the persistent database, but i didn't manage to make it work. I’ve created the following folder
/opt/oracle/oradata
but when the container is created with this commanddocker run -d -p 1521:1521 --name DB2 -e ORACLE_PASSWORD=123 -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-xe:21.3.0
nothing appears in the folder. I’ve tried adding tables to the database and deleting the container and rebuilding one but the tables were not conserved.What am i doing wrong?
The text was updated successfully, but these errors were encountered: