Docker image to run haproxy 1.7 on my Pine64, based on this CentOS 7 for arm64 image.
1.7.4
project31/aarch64-centos
Before building the image, ensure that you have the haproxy.tar.gz
and your haproxy.cfg
file in the same directory as the Dockerfile.
To download haproxy.tar.gz
run the command:
wget -O haproxy.tar.gz "http://haproxy.1wt.eu/download/1.7/src/haproxy-1.7.4.tar.gz"
Then build and run your docker container as usual.