docker-archive / dockercloud-haproxy

HAproxy image that autoreconfigures itself when used in Docker Cloud
https://cloud.docker.com/
651 stars 187 forks source link

Source balancing does not work on Docker for Mac #234

Open mrmachine opened 6 years ago

mrmachine commented 6 years ago

HAproxy always sees the Docker for Mac VM's IP address as the remote IP address and uses that to balance incoming connections, even when they are coming from different machines with different IPs on my LAN. I want to use source balancing on Docker for Mac to test our production setup locally.

This might be a Docker for Mac issue rather than a dockercloud-haproxy issue?