Sign inSign up

backplane/7z

By backplane

Updated about 15 hours ago

alpine:edge-based dockerization of p7zip

Image
0

10K+

backplane/7z repository overview

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

Tag summary

Content type

Image

Digest

sha256:c61b7bf73

Size

5.6 MB

Last updated

about 15 hours ago

docker pull backplane/7z