Lightweight container with bind9 and webmin (multi-architecture support since version 2.1.x)
100K+
From alpine-linux dockerized bind9 with Webmin GUI
bind9
bind9-tools
bind9-dnssec
perl
webmin with bind module only (v1.979)
Build docker by
docker build -t IMAGE_NAME(:tag) .
Example compose file
bind:
image: IMAGE_NAME:tag
volumes:
- "/LOCAL/PATH/TO/BIND/CONFIG:/etc/bind"
restart: always
environment:
TZ: "Region/City"
ports:
- "53:53/udp" #dns service
- "10000:10000/tcp" #webmin http
For simpler use, You can do:
network_mode: host
instead "ports" directive
ENV's:
TZ - set timezone
GUI_USER - Web UI username (default: admin)
GUI_PASSWORD - Web UI password (default: difficult)
IPV6 - enable/disable IPv6 (default: disable)
EXTEND_LOGGING - true/false for extended logging (default: false) # true makes possibility to set logging {} definition inside bind configuration files
Content type
Image
Digest
sha256:b16299871…
Size
54 MB
Last updated
about 1 month ago
docker pull pwa666/bind9