Files
dockerhub-autobuild/unbound/README.md
Christian Richter 68561f21d1
Some checks are pending
continuous-integration/drone/pr Build is running
try to fix unbound
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-13 11:40:34 +02:00

581 B

unbound

A container for unbound https://github.com/NLnetLabs/unbound

Running locally

amd64

$> docker run \
    -p 53:53 \
    -v /path/to/you/local/unboundfolder/conf:/etc/unbound \
    -v /path/to/you/local/unboundfolder/lib:/var/lib/unbound \
    dragonchaser/unbound:latest-amd64 

arm64

$> docker run \
    -p 53:53 \
    -v /path/to/you/local/unboundfolder/conf:/etc/unbound \
    -v /path/to/you/local/unboundfolder/lib:/var/lib/unbound \
    dragonchaser/unbound:latest-arm64 
``**

***Note:***

The container will expose the dns port on 5335.