Skip to content

Commit f02a239

Browse files
committed
Update README.md
1 parent 5428e67 commit f02a239

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
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

1927
Login by SSH

0 commit comments

Comments
 (0)