Sign inSign up

t13a/nsd

By t13a

Updated about 8 years ago

An authoritative DNS name server.

Image
0

929

t13a/nsd repository overview

NSD

Dockerfile for NSD, an authoritative DNS name server. Based on Alpine Linux.

Getting started

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

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

about 8 years ago

docker pull t13a/nsd