containers-knot/Dockerfile

11 lines
169 B
Docker
Raw Normal View History

2019-09-10 23:10:18 +00:00
FROM sutty/monit:latest
MAINTAINER "f <f@sutty.nl>"
2020-09-12 22:42:22 +00:00
RUN apk add --no-cache knot
COPY ./monit.conf /etc/monit.d/knot.conf
EXPOSE 53
EXPOSE 53/udp
VOLUME /var/lib/knot