Skip to content

flbuddymooreiv/docker-erldns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker build of erldns

This repository builds a Docker container hosting an erldns instance.

Run It

Assuming you have Docker installed, you may try out this image immediately:

docker run -d --name=dns_container \
 -v /path/to/configs/etc:/etc/opt/erldns \
 -v /path/to/var:/var/opt/erldns \
 -p pub.lic.ipa.ddr:8053/tcp \
 -p pub.lic.ipa.ddr:53:8053/udp \
 stoo/erldns:1.0

Build It

Run the following to create the images:

make

Dependencies

  • GNU Make
  • Docker

About

Aetrion LLC's erldns running in a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 88.3%
  • Shell 11.7%