Block a user
unbound (0.0.1)
Published 2026-07-28 22:12:48 -06:00 by docker
Installation
docker pull git.mspe.ca/docker/unbound:0.0.1sha256:b8d20b21d8ad770c62518188079ca97aade2c56cbd28ef0097c84f17f6f579d2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a91b1b243b | 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" "-vvv"] |