无法安装WebLogic镜像docker

无法安装WebLogic镜像docker

我想创建一个带有管理服务器的空域:

nunyet@lw202050777:~/weblogic/backoffice$ sudo docker run -d -p 7002:7001 -p 9004:9002 -v $PWD:/u01/oracle/properties store/oracle/weblogic:12.2.1.4
Unable to find image 'store/oracle/weblogic:12.2.1.4' locally
12.2.1.4: Pulling from store/oracle/weblogic
822ace0353cb: Already exists 
19841f86e7b5: Pull complete 
b3c7d6d987c6: Pull complete 
cc5da308016d: Pull complete 
91c19f73b26d: Pull complete 
afca886f8980: Pull complete 
Digest: sha256:7f0cb6f693cc15c18ae279c30df8dbdda8073598cc09caab8f5f67ce150823d8
Status: Downloaded newer image for store/oracle/weblogic:12.2.1.4
a739318959cbbb3e544dfd09ebaf7bd2c051fa0c4c30330b5c6f04d65f1425de

但我无法访问 AdminServer Web 控制台:

https://localhost:9004/console, 
https://localhost:9002/console,
https://localhost:7001/console,
https://localhost:7002/console

无法访问该网站

相关内容