This docker image contains Berkeley Internet Name Domain (BIND).
The embedded entrypoint script is located at /etc/entrypoint.d/bind
and performs the following actions:
- 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. |
/
├─ etc/
│ ├─ bind/
│ └─ entrypoint.d/
│ └─ bind
└─ usr/
│ └─ local/
│ └─ bin/
│ └─ bind-keygen
└─ var/
└─ lib/
└─ bind/
53/udp
- bind listening port.
/etc/bind
- bind configuration directory.