Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 312 Bytes

abstractit/haproxy

Minimalist HAProxy Docker image using Alpine linux.

Limitations

This container will not run without a haproxy configuration file in /data/haproxy.cfg.

Running

docker run -d -v $PATH_TO_DATA:/data -p 80:80 abstractit/haproxy

TODO

Provide a basic config for testing purposes