gvenzl / oci-oracle-xe

Build scripts for Oracle Database XE container/docker images
Apache License 2.0
257 stars 77 forks source link

Unable to start container #231

Closed cbhat5 closed 9 months ago

cbhat5 commented 9 months ago

This (screenshot below) is all it prints in the logs (one line per attempt) and shuts down in a sec

I tried 1521:1521 before this, also tried without volume (but I do need persistence throughout container cycles)

docker run -d -p 51521:1521 -e ORACLE_PASSWORD=admin -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-xe

image

cbhat5 commented 9 months ago

Repulled the image couple of times and it worked.