windoac/docker-bind

By windoac

Updated 16 days ago

bind9 + Webmin

Image
Networking
Web servers
0

1.8K

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:98c481c68

Size

167.5 MB

Last updated

16 days ago

docker pull windoac/docker-bind