You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 23:57:41 +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"]
|