Sign inSign up

blacktop/httpie

By blacktop

Updated over 7 years ago

httpie and jq

Image
4

100K+

blacktop/httpie repository overview

httpie

Docker image with httpie and jq installed


License Docker Stars Docker Pulls Docker Image

Getting Started

$ docker run -it --rm blacktop/httpie -b ifconfig.co/json

{
    "country": "United States",
    "country_eu": false,
    "country_iso": "US",
    "hostname": "lqwtx.com",
    "ip": "34.10.12.40",
    "ip_decimal": 39585,
    "latitude": 35,
    "longitude": 105
}
Combine httpie and jq
$ docker run -it --rm --entrypoint=sh blacktop/httpie -c "http ifconfig.co/json | jq .ip"

"34.10.12.40"

Tag summary

Content type

Image

Digest

Size

21.5 MB

Last updated

over 7 years ago

docker pull blacktop/httpie