Skip to content

The "jq" utility wrapped in a Docker image.

License

Notifications You must be signed in to change notification settings

trustdome/docker-jq

 
 

Repository files navigation

docker-jq

Docker image for jq based on alpine linux image, just over 4MB in size.

This image also contains curl to make HTTP requests.

Usage

You can create bash function like:

function jq() { docker run -i fatihustundag/docker-jq "$@"; }
$ echo '{"foo":"bar"}' | jq -C .

About

The "jq" utility wrapped in a Docker image.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%