mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
MAINTAINER Miek Gieben <miek@miek.nl> @miekg
|
||||||
|
|
||||||
|
RUN apk --update add bind-tools && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
ADD coredns /coredns
|
||||||
|
|
||||||
|
EXPOSE 53 53/udp
|
||||||
|
ENTRYPOINT ["/coredns"]
|
||||||
Reference in New Issue
Block a user