Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 635 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 635 Bytes

7z

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.

Usage

Examples

Get help

docker run --rm -it -v "$(pwd):/work" backplane/7z -h

Create an archive

docker run --rm -it -v "$(pwd):/work" backplane/7z a archive.7z examplefile.txt

Extract

docker run --rm -it --volume "$(pwd):/work" backplane/7z x archive.7z