Sign inSign up

djotaku/bind

By djotaku

Updated almost 2 years ago

bind (for DNS) on a Fedora latest image

Image
0

1.5K

djotaku/bind repository overview

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:

  • /media/docker/dns/data/named:/etc/named
  • /media/docker/dns/data/conf/named.conf:/etc/named.conf
    ports:
  • "53:53"
  • "53:53/udp"

Tag summary

Content type

Image

Digest

sha256:09dc0d797

Size

64.3 MB

Last updated

almost 2 years ago

docker pull djotaku/bind