https://github.com/fffaraz/docker-bind-webmin
Dockerized BIND DNS Server with Webmin for DNS Administration
https://github.com/fffaraz/docker-bind-webmin
bind dns dns-administration dns-server docker linux webmin
Last synced: 6 months ago
JSON representation
Dockerized BIND DNS Server with Webmin for DNS Administration
- Host: GitHub
- URL: https://github.com/fffaraz/docker-bind-webmin
- Owner: fffaraz
- Created: 2017-01-22T05:40:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T20:41:21.000Z (over 6 years ago)
- Last Synced: 2025-04-10T18:56:12.438Z (12 months ago)
- Topics: bind, dns, dns-administration, dns-server, docker, linux, webmin
- Language: Shell
- Homepage: https://hub.docker.com/r/fffaraz/bindwebmin
- Size: 6.84 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-bind-webmin
Dockerized BIND DNS Server with Webmin for DNS Administration
## How to Run
```
docker-compose up
```
OR
```
docker run -d --restart=always --name bindwebmin \
-p 53:53 -p 53:53/udp -p 10000:10000 \
-v /home/bindwebmin:/data \
-e ROOT_PASSWORD=password \
-e WEBMIN_ENABLED=true \
fffaraz/bindwebmin
```