Sign inSign up

endeveit/docker-jq

By endeveit

Updated almost 10 years ago

Docker image for jq and cURL based on alpine image

Image
2

10M+

endeveit/docker-jq repository overview

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

Test jq command:

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

Start an interactive container with jq:

$ docker run -it --rm --name jq endeveit/docker-jq

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

# jq

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

almost 10 years ago

docker pull endeveit/docker-jq