Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 762 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 762 Bytes

unbound_dockerhub

CircleCI

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 tnir/unbound-dockerhub

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

docker logs unbound

dig seznam.cz @127.0.0.1 -p 53535

docker logs unbound