Skip to content

kevinswiber/docker-curl-jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kevinswiber/curl-jq

An Alpine-based Docker image for working with both curl and jq.

Usage

Both of the following docker run variations will succeed.

Using jq as the Docker entrypoint

docker run \
  --rm \
  -v $(pwd):/home \
  kevinswiber/curl-jq '.[]' /home/test.json

Providing a command to the container

docker run \
  --rm \
  -v $(pwd):/home \
  kevinswiber/curl-jq \
  /bin/sh -c "cat /home/test.json | jq '.[]'"

License

MIT

About

An Alpine-based Docker image for working with both `curl` and `jq`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published