This programs decodes a "jblob" files, which is a set of JPEGs files concatenated together.
decoder <jblob_file>
You can either use the DockerHub image or build it yourself.
docker pull dockerutils/decoder
docker build -t decoder .
The Docker image can be used by sharing the directory the .jblob are in.
# Folder structure
pwd
└───data
# Command
docker run -v $PWD/data:/data -it dockerutils/decoder:latest data/example.jblob