Dockerfile
FROM alpine
RUN apk --no-cache add dnsmasq curl
RUN curl -L -o /webproc_linux_386.gz https://github.com/jpillora/webproc/releases/download/0.1.9/webproc_linux_386.gz
RUN gunzip /webproc_linux_386.gz
RUN mv /webproc_linux_386 /webproc
RUN chmod +x /webproc
RUN apk del curl
EXPOSE 53 53/udp 8080
ENTRYPOINT ["/webproc","-p","8080","--config","/etc/dnsmasq.conf","--","dnsmasq","--no-daemon"]
Content type
Image
Digest
Size
12.2 MB
Last updated
almost 8 years ago
docker pull dounine/dns:1.0.0