Technitium-DNS Container

Inspiration

At the time there was only one container made for this open source software. I was getting impatient with the maintainer and decided to make my own container. This is possibly my first real foray into containerization.

How to Use

Only need to map one volume for persistence. Map /dns/config to a local path. Other than this you need to expose the necessary ports.

PortsUse
53/udpDNS
53/tcpDNS
5380/tcpWebUI
67/udpDHCP

Docker run example:

docker run -dit -v <your/directory>:/dns/config --net=host --name techdns tetricz/techdns

98 Words

2020-09-11