Unbound Docker image based on Alpine Linux.
root.hints
located in/etc/unbound/root.hints
.root.key
located in/var/lib/unbound/root.key
.
docker run -d -p 53:53/udp -v ${PWD}/unbound.conf:/etc/unbound/unbound.conf ghcr.io/yuta1024/unbound:<VERSION>
services:
unbound:
image: ghcr.io/yuta1024/unbound:<VERSION>
ports:
- "53:53/udp"
volumes:
- ./unbound.conf:/etc/unbound/unbound.conf
unbound-checkconf
,unbound-control
andunbound-control-setup
are not included.