Skip to content

Knot DNS kdig command-line tool inside a distroless image.

Notifications You must be signed in to change notification settings

lstn/kdig-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

kdig-docker

Knot DNS kdig command-line tool inside a distroless image.

Running

docker run --rm -it lestienne/kdig:latest @1.1.1.1 knot-dns.cz SOA +dnssec

Or create an alias:

echo `alias whois="docker run --rm -it lestienne/kdig:latest" | sudo tee -a ~/.bashrc`
source ~/.bashrc
kdig @1.1.1.1 knot-dns.cz SOA +dnssec

Versions

  • lestienne/kdig:2.7.6, lestienne/kdig:2.7.6-2, lestienne/kdig:latest
  • lestienne/kdig:2.4.0, lestienne/kdig:2.4.0-3

Releases

No releases published

Packages

No packages published