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/dhcpdnsAlternatively you can build the image yourself.
docker build -t mayankt/dhcpd github.com/mayanktahil/docker-bindStart 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 -dWhen 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.
This is built into the docker-compose.yaml file as specified by the volume mount for /data.