This packages bind in various releases based on coldrye/debian-tini.
Images are released for the following debian releases.
- jessie
- testing
See https://hub.docker.com/r/coldrye/debian-bind/tags/ for a complete list.
- PORT= (default 53)
- CPUS= (default 1)
- PROTO=<4|6> (default 4)
The command is set to /usr/sbin/named -g -p $PORT -$PROTO -n $CPUS
.
General Usage
docker create -v $(pwd)/data:/etc/bind --net=host --name dns coldrye/debian-bind:<TAG>