Skip to content

PascalBod/docker-dns-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Description

This Dockerfile is used to create the configuration container to be used with docker-dns image.

Use

Clone the repository, enter it and create zones subdirectory:

git clone https://github.com/PascalBod/docker-dns-data
cd docker-dns-data
mkdir zones

Put bind9 configuration files into zones directory. You should put there all required files: named.conf.local, named.conf.options, etc. Those files will be copied to /etc/bind/ directory by the DNS container built on docker-dns image.

Build the image:

docker build -t dnsserverdata .

Create the container:

docker run --name dnsserverdata dnsserverdata

About

Data container for DNS container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published