Create your DNS server on docker
Instatllation
1 | # assume docker is installed already |
Run
1 | docker run --name bind -d \ |
Add new domain and A record
- Open your browser access https://localhost:10000 (Webmin) > Servers > BIND DNS Server.
- Create master zone
- Edit Records File
- Click right top corner button to Apply configuration
Test
Reference
https://github.com/sameersbn/docker-bind
https://hub.docker.com/r/sameersbn/bind