Skip to content

ZhiQiAnSecFork/docker-dig-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

What is

A docker image containing (solely) statically compiled versions of:

  • dig
  • host
  • nslookup

Usage

In a Dockerfile to copy into another image:

COPY --from=rwstauner/dig-static /bin/dig /usr/local/bin/

Or use it directly on the command line:

docker run rwstauner/dig-static +short google.com

About

Docker image with statically compiled dig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%