Skip to content
Snippets Groups Projects
Verified Commit 312afb29 authored by Jens Heidbüchel's avatar Jens Heidbüchel
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
FROM alpine
LABEL maintainer="Jens Heidbüchel <j.heidbuechel@fz-juelich.de>"
RUN apk add --no-cache dnsmasq && \
sed -i 's/local-service/#local-service/g' /etc/dnsmasq.conf
EXPOSE 53/udp
EXPOSE 53
CMD ["dnsmasq", "--log-facility=-", "-k"]
# dnsmasq container image
Container image for dnsmasq. Inject `/etc/dnsmasq.d/` when needed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment