mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
add haproxy
This commit is contained in:
10
haproxy/arm/Dockerfile
Normal file
10
haproxy/arm/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# 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"]
|
||||
Reference in New Issue
Block a user