从Intellij IDEA连接到在docker容器内运行的weblogic服务器

我有在Docker中运行的Weblogic服务器。 Dockerfile可以在这里find: https : //github.com/oracle/docker-images/tree/master/OracleWebLogic/dockerfiles/12.1.3

我还启用了Intellij IDEA中的Weblogic集成,并创build了以下运行configuration:

weblogic运行配置

我在Windows 7上运行它,所以192.168.99.100是分配给运行docker引擎的VirtualBox VM的默认IP地址。

端口20180是端口映射的结果

当我单击“ Test Connection ,超时会发生exception

 Error connecting to the Application Server: com.intellij.javaee.process.common.WrappedException: java.io.IOException: t3://192.168.99.100:20180: Bootstrap to: docker.homecredit.net/192.168.99.100:20180' over: 't3' got an error or timed out while trying to connect to docker.homecredit.net/192.168.99.100:20180 

我该怎么做才能使它工作?

为什么我需要指定应用程序服务器,当我连接到远程服务器(我select远程运行configurationtypes)