Files
dockerhub-autobuild/unbound
Christian Richter 06680c87cf
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed
try to fix unbound
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-13 11:34:30 +02:00
..
2022-07-13 11:34:30 +02:00
2022-07-13 11:34:30 +02:00
2022-07-13 11:34:30 +02:00
2022-07-13 11:34:30 +02:00

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.