2023-06-15 06:53:20 +02:00
2023-06-15 06:53:20 +02:00
2018-01-30 10:49:06 +01:00
2022-06-03 07:23:43 +02:00
2023-06-13 14:19:56 +02:00
2018-01-30 10:49:06 +01:00
2023-06-13 14:25:35 +02:00

Alpine :: Bind (DNS)

Run Bind (DNS) based on Alpine Linux. Small, lightweight, secure and fast 🏔️

Volumes

  • /bind/etc - Directory of named.conf
  • /bind/var - Directory of zone files

Run

docker run --name bind \
  -v ../etc:/bind/etc \
  -v ../var:/bind/var \
  -d 11notes/bind:[tag]

Defaults

Parameter Value Description
user docker user docker
uid 1000 user id 1000
gid 1000 group id 1000

Parent

Built with

Tips

  • Don't bind to ports < 1024 (requires root), use NAT/reverse proxy
  • Permanent Storage - Module to store permanent container data via NFS/CIFS and more
Description
High performance bind with default operating modes
Readme GPL-3.0 177 KiB
Languages
Shell 58.1%
Dockerfile 41.9%