1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-16 11:37:32 +02:00
dockerfiles/haproxy/arm/Dockerfile

11 lines
178 B
Docker
Raw Normal View History

2016-06-15 05:08:00 +02:00
#
# 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"]