Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 219 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 219 Bytes

haproxy-docker-slim

docker run -it --rm kyos0109/haproxy-docker-slim:latest --help

docker run -d --name haproxy \
-v $(pwd)/haproxy.cfg:/haproxy.cfg \
-p 80:80 \
kyos0109/haproxy-docker-slim -f /haproxy.cfg