I again tried with another ORDS image and the step gets jammed at a point.
localhost:32181/ords gives 404 not found error message.
I have included the ss of my command. Please find the attachments.
docker ps
prashant@Prashants-MacBook-Air ~ % docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
80b4ca11f6b6 oracle-ords:latest "/config_ords_and_ru…" 8 minutes ago Up 8 minutes 0.0.0.0:32181->8080/tcp nervous_hodgkin
2fcbce951459 store/oracle/database-enterprise:12.2.0.1 "/bin/sh -c '/bin/ba…" 37 minutes ago Up 37 minutes (healthy) 5500/tcp, 0.0.0.0:32122->1521/tcp oracle
d8cb647be9ed openjdk:latest "jshell" About an hour ago Up About an hour crazy_shtern
Dear Sir,
I again tried with another ORDS image and the step gets jammed at a point. localhost:32181/ords gives 404 not found error message. I have included the ss of my command. Please find the attachments.
I really appreciate your help and time.
Oracle Container Command:
prashant@Prashants-MacBook_Air ~ % docker run -d -it \ --name oracle \ -p 32122:1521 \ -e TZ=America/New_york \ --network=oracle_network \ -v ~/docker/oracle:/ORCL \ -v ~/docker/apex/18.1.0:/tmp/apex \ store/oracle/database-enterprise:12.2.0.1
docker ps prashant@Prashants-MacBook-Air ~ % docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 80b4ca11f6b6 oracle-ords:latest "/config_ords_and_ru…" 8 minutes ago Up 8 minutes 0.0.0.0:32181->8080/tcp nervous_hodgkin 2fcbce951459 store/oracle/database-enterprise:12.2.0.1 "/bin/sh -c '/bin/ba…" 37 minutes ago Up 37 minutes (healthy) 5500/tcp, 0.0.0.0:32122->1521/tcp oracle d8cb647be9ed openjdk:latest "jshell" About an hour ago Up About an hour crazy_shtern
running ORDS container
Thank you so much.