Sign inSign up

colstrom/haproxy

By colstrom

Updated almost 8 years ago

A TCP/HTTP reverse proxy for high availability environments

Image
1

1.8K

colstrom/haproxy repository overview

docker-haproxy

A TCP/HTTP reverse proxy for high availability environments

Exposed Ports

  • 5000

Volumes

LocationDescription
/etc/haproxyStore configuration files here

Usage

docker pull colstrom/haproxy
docker run -d -P colstrom/haproxy

Configuration

The configuration used in this image can be found at example/haproxy.cfg.

Overwrite haproxy.cfg at build time in a descendent image.

FROM colstrom/haproxy
ADD example/haproxy.cfg /etc/haproxy/

Alternatively, bind mount a directory containing an haproxy.cfg to the container at runtime:

docker run -d -P -v $PWD/example:/etc/haproxy colstrom/haproxy

License

MIT

Contributors

Tag summary

Content type

Image

Digest

sha256:79128ae28

Size

4.3 MB

Last updated

almost 8 years ago

docker pull colstrom/haproxy