使用镜像源:https://hub.docker.com/r/gautamsaggar/oracle11g
Get image:docker pull gautamsaggar/oracle11g:v2Run Container:
docker run -d --name oracle11g -p 49160:22 -p 49161:1521 -p 49162:8080 gautamsaggar/oracle11g:v2Connect database with following setting:
hostname: 127.0.0.1 port: 49161 sid: xe username: system password: oracle Password for SYS & SYSTEM is oracle Password for fareuser, searchuser, bookinguser, checkinuser is rohit123Login by SSH
ssh root@localhost -p 49160 or ssh root@ password: admin



