DZ
Size: a a a
DZ
DN
DN
IM
H
--memory=10g --cpuset-cpus="0-1" --shm-size=6g
IS
--memory=10g --cpuset-cpus="0-1" --shm-size=6g
H
IS
H
H
H
IS
H
H
МS
H
docker run --name <container name> \
--shm-size=1g \
-p 1521:1521 -p 8080:8080 \
-e ORACLE_PWD=<your database passwords> \
-v [<host mount point>:]/u01/app/oracle/oradata \
oracle/database:11.2.0.2-xe
GM
docker run --name <container name> \
--shm-size=1g \
-p 1521:1521 -p 8080:8080 \
-e ORACLE_PWD=<your database passwords> \
-v [<host mount point>:]/u01/app/oracle/oradata \
oracle/database:11.2.0.2-xe
GM
GM