This should be built for most architectures - where most is arm(v7 &64) and amd64.
Building:
Usage: via docker-compose, at a bare minimum
version: "3"
services:
dns:
image: daverichmond/unbound
volumes:
- ./unbound.conf:/unbound/unbound.conf
ports:
- "53:53/udp"
- "53:53/tcp"
a minimal unbound.conf:
server:
verbosity: 1
use-syslog: no
logfile: ""
interface: 0.0.0.0
access-control: 10.0.0.0/8 allow
access-control: 172.16.0.0/12 allow
access-control: 127.0.0.0/8 allow
This is still a work in progress.
Content type
Image
Digest
sha256:3bdb036cc…
Size
43.9 MB
Last updated
over 3 years ago
docker pull daverichmond/unbound