HAProxy Containers
Versions supported:
Usage
Don't use the "latest" tag. It is running a mostly broken HAProxy 1.4 version (will be revisited later).
For maximum portability you must mount your own HAProxy config file into the container like so:
docker run -d \
--net host \
-v /etc/haproxy/haproxy.cfg:/etc/haproxy/haproxy.cfg \
--name haproxy \
polds/haproxy:1.5.9
LICENSE MIT
Content type
Image
Digest
sha256:4ea6a4ad8…
Size
66.9 MB
Last updated
almost 11 years ago
docker pull polds/haproxy