Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Typo in MLE 0.3.0 Docu - Running the image

Philipp SalvisbergDec 13 2018 — edited Dec 14 2018

There's a typo in the docker run command (https://oracle.github.io/oracle-db-mle/docker/#running-the-image ):

docker run --name <container name> \

  -p <host port>:1521 -p <host port>:5500 \

  -e ORACLE_SID=<your SID> \

  -e ORACLE_PDB=<your PDB name> \

  -e ORACLE_PWD=<your database passwords> \

  -v [<host mount point>:]/opt/oracle/oradata \

  -v [<host mount point>:]/home/oracle/myproject \

  mle-docker-0.3.0

The last line should be "mle-docker:0.3.0" (colon instead of dash).

Comments
Post Details
Added on Dec 13 2018
1 comment
384 views