FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

realguess/docker-jq: jq v1.4 Docker image based on BusyBox. · GitHub

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jq

jq v1.4 Docker image based on BusyBox, just over 6MB in size.

Usage

Test jq command:

$ docker run --rm --name jq realguess/jq:1.4 \
  sh -c 'echo "{\"foo\":\"bar\"}" | jq .'
{
  "foo": "bar"
}

Start an interactive container with jq:

$ docker run -it --rm --name jq realguess/jq:1.4

This will drop into /bin/sh, then jq command can be run:

# jq

About

jq v1.4 Docker image based on BusyBox.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors


Back | FazBrowse Home | New Git URL