Some checks are pending
continuous-integration/drone/pr Build is running
Signed-off-by: Christian Richter <crichter@owncloud.com>
581 B
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.