Files
dockerhub-autobuild/unbound/README.md
Christian Richter f2ea209b15
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build is passing
Add unbound
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-13 11:02:56 +02:00

27 lines
519 B
Markdown

# 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
```