Sign inSign up

shinkou/jq

By shinkou

Updated 6 months ago

Image
0

10K+

shinkou/jq repository overview

jq Docker Image


This Docker image features a minimal jq setup. Inspired by mwendler/jq, this image is also based on alpine and sized just over 10MB.

How to Run

First, you can access the brief help message by:

$ docker run --rm shinkou/jq

Next, you can pipe in some input:

$ curl 'https://api.bitbucket.org/2.0/repositories/shinkou/docker-builds/commits' | docker run -i --rm shinkou/jq -r '.values[] | .hash'

Finally, you can create an alias to ease more regular usage:

$ alias jq='docker run -i --rm shinkou/jq'
$ curl 'https://api.bitbucket.org/2.0/repositories/shinkou/docker-builds/commits' | jq -r '.values[] | .hash'

Tag summary

Content type

Image

Digest

sha256:54c437996

Size

7.1 MB

Last updated

6 months ago

docker pull shinkou/jq