2019-03-15 14:56:11 +01:00
2019-03-15 14:43:24 +01:00
2018-01-30 10:49:06 +01:00
2019-03-15 14:56:11 +01:00
2018-01-30 10:49:06 +01:00
2019-03-15 14:56:11 +01:00

docker-bind

Dockerfile to create and run your own named process inside an alpine docker container.

Volumes

/bind/etc

Purpose: named config directory

/var/zones

Purpose: zone files directory

Run

docker run --name nginx \
   -v volume-etc:/etc/bind \
   -v volume-zones:/var/zones:ro \
   -d 11notes/bind:latest

Docker -u 1000:1000 (no root initiative)

As part to make containers more secure, this container will not run as root, but as uid:gid 1000:1000.

Build with

Tips

Description
High performance bind with default operating modes
Readme GPL-3.0 177 KiB
Languages
Shell 58.1%
Dockerfile 41.9%