windoac/docker-bind

By windoac

Updated 17 days ago

bind9 + Webmin

Image
Networking
Web servers
0

3.0K

windoac/docker-bind repository overview

Quick start

mkdir data

docker run --name bind -d --restart=always \
  --p 53:53/tcp --publish 53:53/udp --publish 10000:10000/tcp \
  --v "$(pwd)/data:/data" \
  windoac/bind:latest

Then access https://localhost:10000 with user root and default password password.

And inside Servers -> BIND DNS Server to manage the bind server.

For more detail. Please see github.

Tag summary

Content type

Image

Digest

sha256:39c0cd84c

Size

165.5 MB

Last updated

17 days ago

docker pull windoac/docker-bind