Apache 谷歌浏览器没有';t打开ip:8080,但在IE上工作

Apache 谷歌浏览器没有';t打开ip:8080,但在IE上工作,apache,docker,Apache,Docker,我安装了docker,创建了带有expose 8080:80端口的容器,并尝试通过浏览器连接到web服务器,我注意到了一些奇怪的事情,IE上的连接对web服务器很有吸引力,但Chrome上的连接不起作用,这是为什么 从其他服务器,我可以通过端口8080连接到Web服务器。 wget 10.xxx.xx.144:8080 --2018-06-04 22:49:16-- http://10.xxx.xx.144:8080/ Connecting to 10.xxx.xx.144:8080...

我安装了docker,创建了带有expose 8080:80端口的容器,并尝试通过浏览器连接到web服务器,我注意到了一些奇怪的事情,IE上的连接对web服务器很有吸引力,但Chrome上的连接不起作用,这是为什么

从其他服务器,我可以通过端口8080连接到Web服务器。

wget 10.xxx.xx.144:8080
--2018-06-04 22:49:16--  http://10.xxx.xx.144:8080/
Connecting to 10.xxx.xx.144:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10918 (11K) [text/html]
Saving to: `index.html'

100%[==============================================================================================================================>] 10,918      --.-K/s   in 0s

2018-06-04 22:49:16 (521 MB/s) - `index.html' saved [10918/10918]

尝试在chrome和access中清除浏览器历史记录。检查IE和chrome之间的任何代理配置

您的ip地址在chrome上的错误消息中完全可见。也许在chrome中添加http://会有帮助吗?在不同的端口上运行docker容器,chrome cookie可能会用相同的IP为不同的应用程序保存您的端口。我这样做了,没有发生任何事情。
wget 10.xxx.xx.144:8080
--2018-06-04 22:49:16--  http://10.xxx.xx.144:8080/
Connecting to 10.xxx.xx.144:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10918 (11K) [text/html]
Saving to: `index.html'

100%[==============================================================================================================================>] 10,918      --.-K/s   in 0s

2018-06-04 22:49:16 (521 MB/s) - `index.html' saved [10918/10918]