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 feadff2 commit 3eff7b8Copy full SHA for 3eff7b8
README.md
@@ -25,6 +25,11 @@ Run this, if you want the database to be connected remotely:
25
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
26
```
27
28
+By default, the passeord verification is disable(password never expired). If you want it back, run this:
29
+```
30
+docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_PASSWORD_VERIFY=true wnameless/oracle-xe-11g
31
32
+
33
Connect database with following setting:
34
35
hostname: localhost
@@ -52,3 +57,4 @@ FROM wnameless/oracle-xe-11g
52
57
53
58
ADD init.sql /docker-entrypoint-initdb.d/
54
59
60
+After initialization, all files under /docker-entrypoint-initdb.d will be moved to /docker-entrypoint-initdb.d.bak
0 commit comments