Updating README and removing comments from Dockerfile
This commit is contained in:
parent
0e171eb452
commit
1094d0d2ca
13
Dockerfile
13
Dockerfile
|
@ -1,19 +1,6 @@
|
|||
# ARG ALPINE_VERSION=edge
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add dnsmasq-dnssec
|
||||
RUN mkdir -p /etc/dnsmasq.d
|
||||
COPY dnsmasq.conf /etc/
|
||||
EXPOSE 53 53/udp
|
||||
ENTRYPOINT ["/usr/sbin/dnsmasq", "-k"]
|
||||
|
||||
# FROM alpine:latest
|
||||
|
||||
# COPY dnsmasq.conf /etc/
|
||||
|
||||
# RUN mkdir -p /etc/dnsmasq.d
|
||||
|
||||
# RUN apk --no-cache add dnsmasq-dnssec
|
||||
|
||||
# EXPOSE 53 53/udp
|
||||
|
||||
# ENTRYPOINT ["/usr/sbin/dnsmasq" "-k"]
|
Loading…
Reference in New Issue