rdapper is a simple command-line RDAP client written in Perl. RDAP is the successor protocol to WHOIS and provides registration data about internet resources in a machine-readable format.
rdapper uses the Net::RDAP library. If you want to consume RDAP data in your own program, use that module directly.
Using this image
# retrieve the image
$ docker pull gbxyz/rdapper
# run rdapper and display the help screen
$ docker run -it gbxyz/rdapper --help
# get the RDAP record for docker.com
$ docker run -it gbxyz/rdapper docker.com
rdapper and this docker image are both developed on Github, as is Net::RDAP.
Content type
Image
Digest
sha256:2d3588a35…
Size
388.4 MB
Last updated
11 days ago
docker pull gbxyz/rdapper