Bind DNS server with Webmin UI
416
Bind DNS server with Webmin UI on Docker
This image provides a BIND DNS server with Webmin UI.
docker run -d --name bind \
-v /data/bind/:/data \
-p 10000:10000 \
-p 53:53/udp \
--restart always \
amritanshu16/bind-docker:0.1.0
## Replace '/data/bind/' by the directory of your choice.
port 10000port 53Content type
Image
Digest
Size
188.7 MB
Last updated
over 8 years ago
docker pull amritanshu16/bind-docker