Files
dockerhub-autobuild/unbound/README.md
Christian Richter f41f84fd38
Some checks reported errors
continuous-integration/drone/pr Build was killed
Add unbound
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-13 10:50:27 +02:00

519 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