oci-oracle-xe icon indicating copy to clipboard operation
oci-oracle-xe copied to clipboard

Container Failed to Start

Open BagasNS opened this issue 2 years ago • 1 comments

i run container by this command

docker run -d -p 1521:1521 -e ORACLE_PASSWORD=root -v [MY_ACTUAL_PATH]:/u01/app/oracle/oradata gvenzl/oracle-xe:11

i got error on log like this

image

when i start container without linking volume it running well, im using zorin os 16 with SELinux disabled

BagasNS avatar Aug 30 '22 01:08 BagasNS

Hi @BagasNS,

Thanks you for using these images!

The oracle user inside the container needs to have write permissions on the external volume directory. Please verify the permissions of the directory under [MY_ACTUAL_PATH].

gvenzl avatar Sep 02 '22 02:09 gvenzl