tool-dockers / docker-whois

docker-whois is a Docker tool for the commandline client for the WHOIS (RFC 3912) protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is whois?

This package provides a commandline client for the WHOIS (RFC 3912) protocol, which queries online servers for information such as contact details for domains and IP address assignments. It can intelligently select the appropriate WHOIS server for most queries.

How to use this image

whois

To search for an object in a RFC 3912 database:

docker run --name whois --rm tooldockers/whois:latest iana.org

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

License

License

About

tool-dockers maintains and funds this project.

About

docker-whois is a Docker tool for the commandline client for the WHOIS (RFC 3912) protocol.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 54.2%Language:Dockerfile 35.8%Language:Shell 10.0%