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.
Content type
Image
Digest
sha256:98c481c68…
Size
167.5 MB
Last updated
16 days ago
docker pull windoac/docker-bind