Block a user
docker-nsd (b91fc57)
Published 2025-12-14 02:11:42 +01:00 by chris
Installation
docker pull git.debilux.org/chris/docker-nsd:b91fc57sha256:9178b862f0892d500b815c67f89a61d18883a96cf5dd504cc1786472f4f13455
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b947e7971d | linux/amd64 | 31 MiB |
| c920188333 | linux/arm64 | 30 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1765152000' |
| MAINTAINER Christian Busch <hello@chbus.ch> |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends nsd tzdata && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c mkdir -p /var/lib/nsd /var/run/nsd /etc/nsd/conf.d # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| VOLUME [/etc/nsd /var/lib/nsd] |
| EXPOSE [53/tcp 53/udp] |
| ENTRYPOINT ["/entrypoint.sh"] |