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 63e85e3 commit 2798578Copy full SHA for 2798578
README.md
@@ -24,9 +24,9 @@ sudo alien oracle-xe-11.2.0-1.0.x86_64.rpm
24
docker pull alexeiled/docker-oracle-xe-11g
25
```
26
27
-Run with 1521 and 8080 ports opened:
+Run with 1521 and 8080 ports opened and 2GB shared memory:
28
29
-docker run -d -p 1521:1521 -p 8080:8080 alexeiled/docker-oracle-xe-11g
+docker run -d --shm-size=2g -p 1521:1521 -p 8080:8080 alexeiled/docker-oracle-xe-11g
30
31
32
Connect database with following setting:
0 commit comments