Type the following command to run Oracle Express docker container in background. docker run ` -d ` --name oracle-on-docker ` -p 1521:1521 ` -e ORACLE_PWD=welcome123 ...