Docker Beta 9 network

Expected behaviour

ping/access a container from host

Actual behaviour

all packet lost, no connections

Steps to reproduce the behavior

  1. Run a container:
    • (without any option net)
    • -p 10800:80
  2. get its ipadress with docker inspect
  3. ping adress from mac os host -> should get packet

I have tested with httpd:2.4, httpd:latest images, was working with previous version.
OS: MAC OS X 10.11.4 (15E65).
Docker client 1.11, beta9-for-mac.

Best regards,

lucas

2 Likes