Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

cschritt/dockerdns-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerdns-daemon

A daemon for running dockerdns dockerdns-daemon listens on Docker events and dynamically updates a given dns zone. It adds or deletes A and PTR records depending on the Docker API event (start, stop, die, kill).

prerequisites

getting started

  • configure your dns server to allow dynamic updates check this tutorial (TSIG-signed updates are not supported yet)
  • dockerdns-daemon.conf needs to be edited to your needs.

usage

Usage: dockerdns-daemon [options]

Process options:
  -d, --daemonize                  run daemonized in the background (default: false)
  -c, --config CONFIGFILE          the config file
  -p, --pid PIDFILE                the pid filename
  -l, --log LOGFILE                the log filename

Ruby options:
  -I, --include PATH               an additional $LOAD_PATH (may be used more than once)
      --debug                      set $DEBUG to true
      --warn                       enable warnings

Common options:
  -h, --help

About

dynamic dns updates on docker events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published