问题 I have Windows 10 Docker for Windows V. 1.12.5 Rev. 9503, which does not rely on boot2docker or VirtualBox anymore. I have a number of JBoss instances running in Docker images (172.18.0.2 is a database): instance 1: name: jboss-eap, IP: 172.18.0.3 instance 2: name: jboss-eap-arquillian, IP: 172.18.0.4 that shall be running at the same time. Each JBoss instance exports e.g. its 8787, 8080 and 8443 ports. I have also created a bridged network: docker network create --driver bridge --subnet 172