File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1- docker-mysql_phpmyadmin
1+ docker-oracle-xe-11g
22============================
33
44```
5- docker pull wnameless/mysql-phpmyadmin
5+ docker pull wnameless/oracle-xe-11g
66```
77
8- Run with 22, 80 and 3306 ports opened:
8+ Run with 22 and 1521 ports opened:
99```
10- docker run -d -p 49160:22 -p 49161:80 -p 49162:3306 wnameless/mysql-phpmyadmin
10+ docker run -d -p 49160:22 -p 49161:1521 wnameless/oracle-xe-11g
1111```
1212
13- Open http://localhost:49161/phpmyadmin in your browser with following credential :
13+ Connect database with following setting :
1414```
15- username: root
16- password:
15+ hostname: localhost
16+ port: 49161
17+ sid: xe
18+ username: system
19+ password: oracle
20+ ```
21+
22+ Password for SYS
23+ ```
24+ oracle
1725```
1826
1927Login by SSH
You can’t perform that action at this time.
0 commit comments