Block a user
docker-nsd (sha256:e668e12c85f08d737040c24820411ffc9066251d714e2062c953fd9ab15d9afa)
Published 2025-05-16 00:29:44 +02:00 by chris
Installation
docker pull git.debilux.org/chris/docker-nsd@sha256:e668e12c85f08d737040c24820411ffc9066251d714e2062c953fd9ab15d9afasha256:e668e12c85f08d737040c24820411ffc9066251d714e2062c953fd9ab15d9afaImage Layers
| # debian.sh --arch 'arm64' out/ 'bullseye' '@1745798400' |
| 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 map[53/tcp:{} 53/udp:{}] |
| ENTRYPOINT ["/entrypoint.sh"] |