Distroless Unbound Docker image, based on Alpine Linux, with focus on security and privacy.
693
Unbound is an open source high-performance DNS resolver developed by NLnet Labs
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
Mor information about the Unbound Docker Image you can find about GitHub
Content type
Image
Digest
sha256:77c0df7d1…
Size
68.8 MB
Last updated
about 1 year ago
docker pull cloubit/unbound