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).