mirror of
https://github.com/coredns/coredns.git
synced 2025-09-20 21:21:30 +02:00
parent
982377516b
commit
da447e28f4
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"]
|
Loading…
x
Reference in New Issue
Block a user