Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 312 Bytes

bind-tools

Multi-arch Docker image for bind-tools (dig, nslookup, etc)

Usage

$ docker run -it --rm tailzip/bind-tools dig @1.1.1.1 github.com

$ docker run -it --rm tailzip/bind-tools nslookup github.com

Credits

mbentley/docker-bind-tools