Unbound Docker image based on Alpine Linux.
root.hintslocated in/etc/unbound/root.hints.root.keylocated 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-controlandunbound-control-setupare not included.