Makefile and siverten/ dockerfiles
This commit is contained in:
6
siverten/bind9/Dockerfile
Normal file
6
siverten/bind9/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.12
|
||||
|
||||
RUN apk --update --no-cache add bind bind-dnssec-tools
|
||||
EXPOSE 53
|
||||
|
||||
CMD ["named", "-c", "/etc/bind/named.conf", "-g", "-u", "named"]
|
Reference in New Issue
Block a user