1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/haproxy/arm/Dockerfile

11 lines
178 B
Docker
Raw Normal View History

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