just now, i reinstall OSX on my macbook. Then i install Docker Desktop. Because i want to use oracle database. But i encountered this logs.
Database is not installed. Installing...
Installation files not found. Unzip installation files into mounted(/install) folder
at first, i install SQL Developer. and in Terminal, i install jaspeen/oracle-11g by docker.
then, i run docker image.
$ docker run -d -p 59160:22 -p 59161:1521 jaspeen/oracle-11g
then, i typed
$ docker ps -l
but container's status is 'Exited (1) 16 seconds ago'
12750f964708 jaspeen/oracle-11g "/assets/entrypoint.…" 17 seconds ago Exited (1) 16 seconds ago busy_dewdney
if i have to install oracle database in ORACLE homepage?