alpine:edge
-based dockerization of p7zip
As the site says:
7-Zip is a file archiver with a high compression ratio.
The source code for this image is hosted on GitHub in the backplane/conex repo.
docker run --rm -it -v "$(pwd):/work" backplane/7z -h
docker run --rm -it -v "$(pwd):/work" backplane/7z a archive.7z examplefile.txt
docker run --rm -it --volume "$(pwd):/work" backplane/7z x archive.7z