Sign inSign up

cloubit/nsd

By cloubit

Updated about 1 year ago

Distroless NSD Docker image, based on Alpine Linux, with focus on security and performance.

Image
Networking
0

794

cloubit/nsd repository overview

NSD DNS Server Docker Image

Unbound⁠ is an open source high-performance DNS Server developed by NLnet Labs

  • NSD 4.12.0
  • Openssl 3.5.0

Run the NSD Docker Container

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

More Information

Mor information about the NSD Docker Image you can find about GitHub

Tag summary

Content type

Image

Digest

sha256:2466f663e

Size

32.4 MB

Last updated

about 1 year ago

docker pull cloubit/nsd