Block a user
unbound (0.0.2)
Published 2026-07-28 22:14:30 -06:00 by docker
Installation
docker pull git.mspe.ca/docker/unbound:0.0.2sha256:afc0f2b1468206f51f0012746684643cbc7ee0db53b4d564ac98287576821767
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7cb12f181e | linux/amd64 | 5.2 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache unbound # buildkit |
| COPY etc/unbound/unbound.conf /etc/unbound/unbound.conf # buildkit |
| COPY var/lib/unbound/root.hints /var/lib/unbound/root.hints # buildkit |
| RUN /bin/sh -c mkdir -p /var/lib/unbound && unbound-anchor -a /var/lib/unbound/root.key || true # buildkit |
| EXPOSE [53/tcp 53/udp] |
| ENTRYPOINT ["unbound" "-d" "-v"] |