This repository contains a tweaked Dockerfile of Haproxy for Docker published to the public Docker Registry.
-
Install Docker.
-
Download this build from public Docker Registry:
docker pull bhang/haproxy(alternatively, you can build an image from Dockerfile:
docker build -t="bhang/haproxy" github.com/bhang/haproxy)
docker run -d -p 80:80 bhang/haproxy
docker run -d -p 80:80 -v <override-dir>:/haproxy-override bhang/haproxy
where <override-dir> is an absolute path of a directory that could contain:
haproxy.cfg: custom config file (replace/dev/logwith127.0.0.1, and comment outdaemon)errors/: custom error responses
After few seconds, open http://<host> to see the haproxy stats page.