spidererrol / lz4jsoncat-docker

Simple docker image to allow piping(ish) a file through lz4jsoncat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lz4jsoncat-docker

Simple docker image to allow piping a file through lz4jsoncat.

Note that it does use a tempoary file to store the incoming data.

RUNNING

docker run --rm -i spidererrol/lz4jsoncat < /path/to/file.jsonlz4

About

Simple docker image to allow piping(ish) a file through lz4jsoncat

License:GNU General Public License v3.0


Languages

Language:Shell 55.6%Language:Dockerfile 44.4%