How to use Digital Ocean’s load balancer with Docker containers and proxy pass

Digital Ocean introduced proxy passing on their load balancers. Without proxy passing all requests going to your web server/container will have the source IP of your load balancer. With proxy pass enabled you’ll be able to access the client’s real IP. Thi… Read more

Similar

Deep Dive into Docker Overlay Networks

At D2SI, we have been using Docker since its very beginning and have been helping many projects go into production. We believe that going into production requires a strong understanding of the technology to be able to debug complex issues, analyze unexpec... (more…)

Read more »