Dns server based on Debian.
-
Where to file issues: GitHub
-
Supported architectures: amd64 , armv7 , arm64v8
docker run --rm -d \
--net host \
-v ./data:/data \
-e TZ=Europe/Rome \
--name bind9 rardcode/bind9
services:
bind9:
image: rardcode/bind9
container_name: bind9
environment:
- TZ=Europe/Rome
volumes:
- ./data:/data
ports:
- 127.0.0.1:53:53/udp
restart: unless-stopped
v1.0.0 - 25.06.2025
- Debian v. 12.11
- bind9 v. 1:9.18.33-1~deb12u2