No Description

wadim 678cc5e9fa Merge branch 'master' of ssh://git.sdsys.ru:8022/sdsys/bind 7 years ago
example b25fd73a13 Clone from https://github.com/pstauffer/docker-bind 7 years ago
Dockerfile b25fd73a13 Clone from https://github.com/pstauffer/docker-bind 7 years ago
README.md be0af492b8 Правки README.md 7 years ago

README.md

BIND Container

BIND server running on Alpine Linux.

Configuration

See example directory for sample config file.

Quickstart

bind:
  image: registry.sdsys.ru/bind

  volumes:
    # You must provide a config file
    - ./named.conf:/etc/bind/named.conf

    # Zone files
    - ./zones:/var/lib/bind

  ports:
    - "53:53/tcp"
    - "53:53/udp"