docker-oracle-xe-11g icon indicating copy to clipboard operation
docker-oracle-xe-11g copied to clipboard

Can't connect to localhost:8080

Open kopachevsky opened this issue 6 years ago • 4 comments

Hi, I'm doing this command from readme.md

docker run -d -p 49160:22 -p 49161:1521 -p 8080:8080 -e ORACLE_ENABLE_XDB=true wnameless/oracle-xe-11g

Than trying to access http://localhost:8080 from browser sending username/pass=XDB/xdb does not works Same as curl -u XDB:xdb http://localhost:8080

kopachevsky avatar Feb 04 '18 15:02 kopachevsky

Did you get the Unauthorized message?

wnameless avatar Feb 07 '18 18:02 wnameless

Same problem here, I get the Unauthorized message 😢

wlopez-enkoding avatar May 28 '18 01:05 wlopez-enkoding

You probably need to use APEX to access xdb. I will update the readme.md to show how to do it.

wnameless avatar May 28 '18 15:05 wnameless

New image has been released. Please pull the latest image and read the new readme file.

wnameless avatar May 29 '18 18:05 wnameless