Skip to content

ethack/dnsdbq-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo provides a docker image for dnsdbq. You can provide an API key either through the APIKEY environment variable or by mounting your own .dnsdb-query.conf file into the container.

Tags

  • latest - Built on Debian.
  • alpine - Built on Alpine. This required a minor patch to the dnsdbq source code.

Pull

docker pull ethack/dnsdbq
# or
docker pull ethack/dnsdbq:alpine

Build

docker build -t dnsdbq .
# or
docker build -f alpine.Dockerfile -t dnsdbq:alpine .

Example Usage

docker run --rm -e APIKEY=yourapikeyhere dnsdbq
cat /path/to/.dnsdb-query.conf
APIKEY=yourapikeyhere
docker run --rm -v /path/to/.dnsdb-query.conf:/root/.dnsdb-query.conf dnsdbq

About

dnsdbq in docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published