Dockerfile for NSD, an authoritative DNS name server. Based on Alpine Linux.
Since this image is packages just has been installed, you need to specify the valid configuration file yourself. The bundled nsd.conf.example is an example to make an empty authority.
$ docker run --rm \
-e 53:53 \
-v $(pwd)/nsd.conf.example:/etc/nsd/nsd.conf:ro \
t13a/nsd
Content type
Image
Digest
Size
3 MB
Last updated
about 8 years ago
docker pull t13a/nsd