Sign inSign up

polds/haproxy

By polds

Updated almost 11 years ago

Small Collection of HAProxy Containers

Image
1

10K+

polds/haproxy repository overview

HAProxy Containers

Versions supported:

  • 1.5.8
  • 1.5.9
  • 1.5.9.ssl (Compiled with SSL support)

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

Tag summary

Content type

Image

Digest

sha256:4ea6a4ad8

Size

66.9 MB

Last updated

almost 11 years ago

docker pull polds/haproxy