Sign inSign up

cloubit/unbound

By cloubit

Updated about 1 year ago

Distroless Unbound Docker image, based on Alpine Linux, with focus on security and privacy.

Image
Networking
0

693

cloubit/unbound repository overview

Unbound DNS Resolver Docker Image

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

  • Unbound 1.23.0
  • Openssl 3.5.0

Run the Unbound Docker Container

If you want to start the unbound Docker container with the integrated default config, use a command like this:

sh docker run --name unbound -d -p 53:53/udp -p 53:53/tcp \
--restart=always cloubit/unbound:latest

If you want to start Unbound with your own config, link a volume. Use the command like this:

docker run --name unbound -d -p 53:53/udp -p 53:53/tcp --volume </local/path/to/your/config:/opt/unbound/etc/unbound \
--restart=always cloubit/unbound:latest

More Information

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

Tag summary

Content type

Image

Digest

sha256:77c0df7d1

Size

68.8 MB

Last updated

about 1 year ago

docker pull cloubit/unbound