oci-oracle-xe
oci-oracle-xe copied to clipboard
Container Failed to Start
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
when i start container without linking volume it running well, im using zorin os 16 with SELinux disabled
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].