Docker image for tinydns. To use run
docker run --rm -ti --volume tinydns-data:/run/tinydns --port 53:53/udp toolbelt/tinydns
New DNS entries can be added using
docker run --rm -ti --volume tinydns-data:/run/tinydns --port 53:53/udp toolbelt/tinydns edit data data.temp add host <fqdn> <ip>
To update the binary data file run
docker run --rm -ti --volume tinydns-data:/run/tinydns --port 53:53/udp toolbelt/tinydns data
This docker image includes
Alpine Linux – maintained by the Alpine Linux development team.
Content type
Image
Digest
sha256:9ffacd039…
Size
3.7 MB
Last updated
1 day ago
docker pull toolbelt/tinydns