We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ff96a commit c5ee8fdCopy full SHA for c5ee8fd
README.md
@@ -5,9 +5,9 @@ docker-oracle-xe-11g
5
docker pull alexeiled/docker-oracle-xe-11g
6
```
7
8
-Run with 22 and 1521 ports opened:
+Run with 22, 1521 and 8080 ports opened:
9
10
-docker run -d -p 49160:22 -p 49161:1521 alexeiled/docker-oracle-xe-11g
+docker run -d -p 49160:22 -p 49161:1521 -p 49162:8080 alexeiled/docker-oracle-xe-11g
11
12
13
Connect database with following setting:
@@ -24,6 +24,14 @@ Password for SYS
24
oracle
25
26
27
+Connect to Oracle Application Express web management console with following settings:
28
+```
29
+url: http://localhost:49162/apex
30
+workspace: INTERNAL
31
+user: ADMIN
32
+password: oracle
33
34
+
35
Login by SSH
36
37
ssh root@localhost -p 49160
0 commit comments