Skip to content

MayankTahil/docker-bind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Installation

Automated builds of the image are available on Dockerhub and is the recommended method of installation.

Note: Builds are also available on Quay.io

docker pull mayankt/dhcpdns

Alternatively you can build the image yourself.

docker build -t mayankt/dhcpd github.com/mayanktahil/docker-bind

Quickstart

Start DHCP and DHS Service for DDNS byt first updating the docker-compose.yaml with your desired values and configs.

Within this repository's directory, simply enter:

docker-compose up -d

When the container is started the Webmin service is also started and is accessible from the web browser at http://<container-ip>:10000. Login to Webmin with the username admin and password Password01.

The launch of Webmin can be inserting an argument within the docker-compose.yaml file by adding --env WEBMIN_ENABLED=false.

Persistence

This is built into the docker-compose.yaml file as specified by the volume mount for /data.

About

Dockerize BIND DNS and ISC DHCP server with webmin for DNS/DHCP administration

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 68.9%
  • Perl 31.1%