This repository has been archived on 2019-03-25. You can view files and clone it, but cannot push or open issues/pull-requests.
murmur/Dockerfile

8 lines
124 B
Docker

FROM alpine
RUN apk add --no-cache murmur
COPY murmur.ini /etc/
ENTRYPOINT ["murmurd", "-ini", "/etc/murmur.ini", "-fg"]