MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
685 stars 288 forks source link

cannot access /docker-entrypoint-initdb.d #114

Open venerari opened 6 years ago

venerari commented 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.

drognisep commented 5 years ago

@venerari It just means that you didn't mount an init script directory. The DB will still operate fine without it.