Closed milindrao closed 5 years ago
I created and started the docker container using docker run -d --name oracle_svb -p 8090:8080 -p 1621:1521 sath89/oracle-12c
I waited a while and even checked the logs with docker logs -f oracle_svb which showed
Configuring Apex console Database initialized. Please visit http://#containeer:8080/em http://#containeer:8080/apex for extra configuration if needed Starting web management console
So http://localhost:8090/apex should have forwarded to port 8080.
docker container ps shows 0.0.0.0:1621->1521/tcp, 0.0.0.0:8090->8080/tcp
Any idea why this is not working?
Never mind. Somehow, a ".com" got appended to the localhost when I tried to connect to it on my browser. It's working.
How does one delete a issue?
I created and started the docker container using docker run -d --name oracle_svb -p 8090:8080 -p 1621:1521 sath89/oracle-12c
I waited a while and even checked the logs with docker logs -f oracle_svb which showed
Configuring Apex console Database initialized. Please visit http://#containeer:8080/em http://#containeer:8080/apex for extra configuration if needed Starting web management console
So http://localhost:8090/apex should have forwarded to port 8080.
docker container ps shows 0.0.0.0:1621->1521/tcp, 0.0.0.0:8090->8080/tcp
Any idea why this is not working?