From 92465971ebbd381f2281dfdef672cb06d2c6d6dd Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Fri, 20 Oct 2017 11:57:31 +0200 Subject: [PATCH] Added docker-flow-proxy Signed-off-by: Brian Christner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9605b8..942156d 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Reverse Proxy +* [docker-flow-proxy](https://github.com/vfarcic/docker-flow-proxy) - Reconfigures proxy every time a new service is deployed, or when a service is scaled By [@vfarcic](https://github.com/vfarcic) * [docker-proxy](https://github.com/silarsis/docker-proxy) :skull: - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis) * [fabio](https://github.com/fabiolb/fabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. By [@magiconair](https://github.com/magiconair) (Frank Schroeder) * [h2o-proxy](https://github.com/zchee/h2o-proxy) :skull: - Automated H2O reverse proxy for Docker containers. An alternative to [jwilder/nginx-proxy][nginxproxy] by [@zchee](https://github.com/zchee)