Christian Busch chris

docker-nsd (sha256:cf31a0899356e69af546286b065761bbedb873edcbbc2178a797c538d633d6bd)

Published 2025-08-24 02:02:50 +02:00 by chris

Installation

docker pull git.debilux.org/chris/docker-nsd@sha256:cf31a0899356e69af546286b065761bbedb873edcbbc2178a797c538d633d6bd
sha256:cf31a0899356e69af546286b065761bbedb873edcbbc2178a797c538d633d6bd

Image Layers

# debian.sh --arch 'arm64' out/ 'bullseye' '@1754870400'
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 map[53/tcp:{} 53/udp:{}]
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2025-08-24 02:02:50 +02:00
0
OCI / Docker
linux/arm64
29 MiB
Versions (4) View all
latest 2025-08-24
b91fc57 2025-08-24
69b2fd7 2025-05-16
5d6ae55 2025-05-16