Sign inSign up

karm/unbound-dockerhub

By karm

Updated over 11 years ago

Unbound DNS Server compiled from sources

Image
0

367

karm/unbound-dockerhub repository overview

unbound_dockerhub

Unbound dev build on Dockerhub; build from sources.

Description

This is a devel build of Unbound server with Python scripting support. It compiles from these sources and it runs in Debug mode, which is not, by default, suitable for production. One may build images based on it and alter the configuration though.

Example usage

docker pull karm/unbound-dockerhub

docker run -d -p 127.0.0.1:53535:53 -p 127.0.0.1:53535:53/udp -i --name unbound karm/unbound-dockerhub

docker logs unbound

dig seznam.cz @127.0.0.1 -p 53535

docker logs unbound

Tag summary

Content type

Image

Digest

sha256:28dcf7c68

Size

180.3 MB

Last updated

over 11 years ago

docker pull karm/unbound-dockerhub