docker_notes:docker-dns

Prev  
 Next

This is an old revision of the document!


Back  
 Next

Docker - DNS Server

I propose to create a Docker Bind9 Image using base Docker Alpine Linux images, with S6 init system.

Work in progress

  • /usr/sbin/named -f -4 to start the isc-bind9 application called named,
    • -f to run in foreground
    • -4 to run ipv4 only
  • rndc stop to stop named
  • rndc reload to reload the named configuration files
  • named-checkconf /etc/bind/named.conf
  • named-checkzone kptree.net /etc/bind/db.kptree.net
  • named-checkzone 1.168.192.in-addr.arpa /etc/bind/db.1.168.192
  • /app/www/public/data/attic/docker_notes/docker-dns.1688788205.txt.gz
  • Last modified: 2023-07-08 Sat wk27 11:50
  • by baumkp