jwilder / docker-discover

Service discovery for docker container
MIT License
210 stars 63 forks source link

Haproxy not exposed by defaults as documentation states #10

Open xilon-jul opened 9 years ago

xilon-jul commented 9 years ago

Exposing ports using -p option is not valid when using the host network stack. When attaching to the host network stack, it's meaningless to ask docker to bind a container port on a host port. The haxproy stats interface is thus not exposed by default