Updating README and removing comments from Dockerfile

This commit is contained in:
Derek Paschal 2023-05-31 10:12:31 -05:00
parent 0e171eb452
commit 1094d0d2ca
2 changed files with 3 additions and 14 deletions

View File

@ -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"]

View File

@ -1,3 +1,5 @@
# dnsmasq-docker
A project for creating and running a simple containerized dnsmasq instance.
A project for creating and running a simple containerized dnsmasq instance.
Create config files in a **/dnsmasq** directory in the project root