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 68656b4 commit 84f7c1cCopy full SHA for 84f7c1c
README.md
@@ -37,8 +37,22 @@ docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_DISABLE_ASYNCH_IO=true wnamele
37
38
For XDB user, run this:
39
```
40
-docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ENABLE_XDB=true wnameless/oracle-xe-11g
+docker run -d -p 49160:22 -p 49161:1521 -p 8080:8080 -e ORACLE_ENABLE_XDB=true wnameless/oracle-xe-11g
41
42
+
43
+Check if localhost:8080 work
44
+```
45
+curl -XGET "http://localhost:8080"
46
47
+You will show
48
49
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
50
+<HTML><HEAD>
51
+<TITLE>401 Unauthorized</TITLE>
52
+</HEAD><BODY><H1>Unauthorized</H1>
53
+</BODY></HTML>
54
55
56
57
# Login http://localhost:8080 with following credential:
58
username: XDB
0 commit comments