Search Docker Hub
bind9
By marthym
453
A docker image for build a little DNS server
EXPOSE 53 # DNS Server
# docker build -t marthym/bind9 bind9/
# docker run -d -p 53:53/udp -p 53:53 marthym/bind9
Content type
Image
Digest
sha256:081e2cf73…
Size
87.5 MB
Last updated
over 9 years ago
docker pull marthym/bind9