nicwaller / docker-nicinfo

Query RDAP with nicinfo

Home Page:https://hub.docker.com/r/nicwaller/nicinfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-nicinfo

Query RDAP with nicinfo

Help

docker run nicinfo --help

Regular output

docker run nicinfo whatis.health

JSON output

docker run nicinfo --json -Q whatis.health

JSON via jq

docker run -t nicinfo --json -Q whatis.health | jq .entities[0]

About

Query RDAP with nicinfo

https://hub.docker.com/r/nicwaller/nicinfo


Languages

Language:Makefile 51.3%Language:Dockerfile 48.7%