Add docker image entrypoint and quickstart sample
This commit is contained in:
@@ -38,3 +38,5 @@ RUN apt -q update && \
|
||||
apt -qq -y --purge autoremove && \
|
||||
apt -qq -y clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache/* /var/log/*
|
||||
|
||||
CMD [ "/usr/local/sbin/haproxy", "-W", "-db", "-f", "/etc/haproxy/haproxy.cfg" ]
|
||||
|
Reference in New Issue
Block a user