A TCP/HTTP reverse proxy for high availability environments
1.8K
A TCP/HTTP reverse proxy for high availability environments
| Location | Description |
|---|---|
/etc/haproxy | Store configuration files here |
docker pull colstrom/haproxy
docker run -d -P colstrom/haproxy
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
Content type
Image
Digest
sha256:79128ae28…
Size
4.3 MB
Last updated
almost 8 years ago
docker pull colstrom/haproxy