mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:32 +02:00
11 lines
178 B
Docker
11 lines
178 B
Docker
|
#
|
||
|
# Dockerfile for haproxy-arm
|
||
|
#
|
||
|
|
||
|
FROM easypi/alpine-arm
|
||
|
MAINTAINER EasyPi Software Foundation
|
||
|
|
||
|
RUN apk add --no-cache haproxy
|
||
|
|
||
|
CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"]
|