sameersbn / docker-bind

Dockerize BIND DNS server with webmin for DNS administration
MIT License
913 stars 333 forks source link

dig error. #55

Closed eagleblade closed 5 years ago

eagleblade commented 6 years ago

Why do I have to exec into the server and install dnsutils? should't this be installed from the Dockerfile ?

Testing transfer of slave zone from 172.25.0.4 .. .. from 172.25.0.4 : Failed : Missing dig command

ddiguy commented 5 years ago

I'm not sure, but it looks like you need the dig utility on your client machine. It's part of the docker container.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sameersbn commented 5 years ago

Sorry for the late response. If you are seeing thing message in the webmin ui, then dnsutils should be installed. @eagleblade can you please confirm if this is the case?

sameersbn commented 5 years ago

This was already resolved in #27