-
Pierre Ozoux authored7b39ee0c
HAproxy
The smallest HAproxy docker image in town ;)
Run
This image will log everything to stdout/stderr. Somehow, it respects 12-Factor App. But it uses the debug flag of HAProxy. If you have a better idea, please read this blog post first.
docker run\
-v /haproxy-config:/etc/haproxy\
-p 80:80\
-p 443:443\
indiehosters/haproxy
Have a look to indiehosters/confd to have automatic configuration of HAproxy backed by etcd
or consul
.