mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +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"]
|