Compact HA-Proxy container ( 13.9MB / 7 MB compressed )
Build from source of HA-Proxy running on top of lightweight Alphine Linux.
docker run --rm -it --log-driver none \
-p 8080:8080 \
-p 7000:7000 \
-v $$(pwd)/example/haproxy.conf:/etc/haproxy/haproxy.conf \
jancajthaml/haproxy:latest haproxy -f /etc/haproxy/haproxy.conf