A build of bind-based DNS using Fedora as the base image.
Here's an example docker-compose file. Replace the volumes to the left to the ":" with wherever you want to store the config files and the zone files for DNS.
version: "2"
services:
dns:
image: djotaku/bind:latest
restart: always
volumes:
Content type
Image
Digest
sha256:09dc0d797…
Size
64.3 MB
Last updated
almost 2 years ago
docker pull djotaku/bind