Commit 3b26417b authored by Andy Shinn's avatar Andy Shinn

expose port 53 on UDP and TCP, closes #1

parent b00e6162
FROM alpine:3.2 FROM alpine:3.2
RUN apk -U add dnsmasq RUN apk -U add dnsmasq
EXPOSE 53 53/udp
ENTRYPOINT ["dnsmasq", "-k"] ENTRYPOINT ["dnsmasq", "-k"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment