Howdy, I m trying to run a 23c Free on my M1 Mac using colima and it works great if I don't use the option -v
If I start the container like this docker run -d --name 23cfree -p 1521:1521 -e ORACLE_PASSWORD=Welcome1234## -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-free
the container never comes up, and the docker logs gives this:
CONTAINER: starting up...
CONTAINER: first database startup, initializing...
CONTAINER: uncompressing database data files, please wait...
replace /opt/oracle/oradata/FREE/FREEPDB1/sysaux01.dbf? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL
(EOF or read error, treating as "[N]one" ...)
And it seems that never moves on or get stuck somewhere, any clue what I might be doing wrong?