Closed Leon1108 closed 6 years ago
I have the same problem. How could you solve it?
Centos issue. Research on docker storage drivers under centos
I am using ubuntu server 18.10 encountering the same issue. Would please give me some suggestions to solve this issue? Thanks much.
I solve it using a volumen insted of mapping a host route.
Try that:
docker create volume oracleV sudo docker run -d -p 8088:8080 -p 1521:1521 -v oracleV:/u01/app/oracle sath89/oracle-12c
I solve it,
chmod -R a+w /data/oracle
OS : CentOS 7.4 HOST: AWS EC2