Unbound is a validating, recursive, and caching DNS resolver.
tag | unbound | libressl | image |
---|---|---|---|
latest |
1.9.0 |
2.8.3 |
manifest-v2-2 |
1.9.0 |
1.9.0 |
2.8.3 |
manifest-v2-2 |
1.9.0-amd64 |
1.9.0 |
2.8.3 |
|
1.9.0-arm |
1.9.0 |
2.8.3 |
|
1.9.0-arm64 |
1.9.0 |
2.8.3 |
docker run -p 53:53/tcp -p 53:53/udp klutchell/unbound
-p 53:53/tcp
- expose tcp port 53 on the container to tcp port 53 on the host-p 53:53/udp
- expose udp port 53 on the container to udp port 53 on the host-v /path/to/config:/opt/unbound/etc/unbound
- (optional) mount a custom configuration directory
make help
make build ARCH=arm32v6
make help
make test ARCH=arm32v6
Check out the following guide for usage with Pi-hole
Also check out MatthewVance's README for more detail since this image is based on his work
Kyle Harding kylemharding@gmail.com
Feel free to send an email or submit a pull request with any features, fixes, or changes!
- https://github.com/MatthewVance/unbound-docker
- https://github.com/folhabranca/docker-unbound
- https://docs.pi-hole.net/guides/unbound/
- https://nlnetlabs.nl/documentation/unbound/howto-anchor/
- https://nlnetlabs.nl/documentation/unbound/howto-setup/
- klutchell/unbound: MIT License
- LibreSSL: dual-licensed
- Unbound: BSD License