This is a Debian-based container running bind9_9.16 on arm64.
213
Please Note: I have created this for personal use in my private hobby Pi lab. I do not have capacity to provide support.
This container is intended to run in swarm mode and provide dns slave service.
You have 2 options to configure bind:
Option 1:
You can create a config "named.conf.local.slave" with the desired content of /etc/bind/named.conf.local and another one "named.conf.options.slave" with the contents for /etc/bind/named.conf.options. The script docker-entrypoint.sh will take care of copying these two configs to /etc/bind
Option 2:
When in compose/stack mode, you could create named.conf.local and named.conf.options in the directory, where you have your service description yaml. Add something like the following to your service description .yaml file:
services:
bind9-slave:
:
configs:
- source: named.conf.local.slave
target: /etc/bind/named.conf.local
- source: named.conf.options.slave
target: /etc/bind/named.conf.options
:
configs:
named.conf.local.slave:
file: ./named.conf.local
named.conf.options.slave:
file: ./named.conf.options
Content type
Image
Digest
Size
117.7 MB
Last updated
over 5 years ago
docker pull t5enix/bind9:1.0.0