Skip to content

goverdhanr55/named-docker

 
 

Repository files navigation

named-docker

Overview

This docker image contains Berkeley Internet Name Domain (BIND).

Entrypoint Scripts

bind

The embedded entrypoint script is located at /etc/entrypoint.d/bind and performs the following actions:

  1. A new bind configuration is generated using the following environment variables:
Variable Default Value Description
BIND_FORWARDERS 8.8.8.8; 8.8.4.4; 2001:4860:4860::8888; 2001:4860:4860::8844; A semicolon separated list of nameservers.

Standard Configuration

Container Layout

/
├─ etc/
│  ├─ bind/
│  └─ entrypoint.d/
│     └─ bind
└─ usr/
│  └─ local/
│     └─ bin/
│        └─ bind-keygen
└─ var/
   └─ lib/
      └─ bind/

Exposed Ports

  • 53/udp - bind listening port.

Volumes

  • /etc/bind - bind configuration directory.

Development

Source Control

About

Contains bind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 31.9%
  • Makefile 24.6%
  • Roff 21.8%
  • DIGITAL Command Language 21.7%