Open venerari opened 6 years ago
I got this on the logs,
ls: cannot access /docker-entrypoint-initdb.d/*: No such file or directory
after I run these,
docker pull sath89/oracle-12c docker run -d -p 8080:8080 -p 1521:1521 sath89/oracle-12c
Please help and more power.
@venerari It just means that you didn't mount an init script directory. The DB will still operate fine without it.
I got this on the logs,
ls: cannot access /docker-entrypoint-initdb.d/*: No such file or directory
after I run these,
docker pull sath89/oracle-12c docker run -d -p 8080:8080 -p 1521:1521 sath89/oracle-12c
Please help and more power.