Blacksmoke16 / oq

A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
https://blacksmoke16.github.io/oq/
MIT License
190 stars 15 forks source link

Update readme with how to include `oq` into docker image #44

Closed Blacksmoke16 closed 4 years ago

Blacksmoke16 commented 4 years ago

Resolves #39.

Since the binary on Github is statically linked, they can pretty easily be included into a Docker image. There isn't really a point in having a standalone oq image since at that point all it would be doing is installing jq and wrapping a binary.