You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,20 @@
1
1
docker-oracle-xe-11g
2
2
============================
3
3
4
-
Oracle Express Edition 11g Release 2 on Ubuntu 14.04.4 LTS
4
+
Oracle Express Edition 11g Release 2 on Ubuntu 16.04 LTS
5
5
6
6
This **Dockerfile** is a [trusted build](https://registry.hub.docker.com/u/wnameless/oracle-xe-11g/) of [Docker Registry](https://registry.hub.docker.com/).
7
7
8
-
### Installation
8
+
### Installation(with Ubuntu 16.04)
9
9
```
10
10
docker pull wnameless/oracle-xe-11g
11
11
```
12
12
13
+
### Installation(with older Ubuntu 14.04.4)
14
+
```
15
+
docker pull wnameless/oracle-xe-11g:14.04.4
16
+
```
17
+
13
18
Run with 22 and 1521 ports opened:
14
19
```
15
20
docker run -d -p 49160:22 -p 49161:1521 wnameless/oracle-xe-11g
0 commit comments