Distroless NSD Docker image, based on Alpine Linux, with focus on security and performance.
794
Unbound is an open source high-performance DNS Server developed by NLnet Labs
Start the Docker container with a volume and copy your configuration file (nsd.conf) in the folder. Create a folder "data/zones" and copy your zone Files in the zones folder. You find example config and zone files on our GitHub repositorry
Use the command like this:
docker run --name nsd -d -p 53:53/udp -p 53:53/tcp --volume </local/path/to/your/config:/opt/nsd/etc/nsd \
--restart=always cloubit/nsd:latest
Mor information about the NSD Docker Image you can find about GitHub
Content type
Image
Digest
sha256:2466f663e…
Size
32.4 MB
Last updated
about 1 year ago
docker pull cloubit/nsd