Skip to content

🐳 7-Zip Docker image based on Alpine Linux

License

Notifications You must be signed in to change notification settings

jcansdale/docker-7zip

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Build Status Docker Stars Docker Pulls Code Quality
Become a sponsor Donate Paypal

About

🐳 7-Zip Docker image based on Alpine Linux.
This image is built every day.
If you are interested, check out my other Docker images!

πŸ’‘ Want to be notified of new releases? Check out πŸ”” Diun (Docker Image Update Notifier) project!


Multi-platform image

Following platforms for this image are available:

$ docker run --rm mplatform/mquery crazymax/7zip:latest
Image: crazymax/7zip:latest
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64
   - linux/arm/v6
   - linux/arm/v7
   - linux/arm64
   - linux/386
   - linux/ppc64le
   - linux/s390x

Usage

Compress the mounted folder /root to root.7z :

docker run --rm --workdir /data -it -v /root:/data crazymax/7zip 7za a root.7z .

Extract archive root.7z from the mounted folder /root :

docker run --rm --workdir /data -it -v /root:/data crazymax/7zip 7za x root.7z

Use tar if you want to preserve Unix ownership / permissions :

docker run --rm --workdir /data -it -v /root:/data crazymax/7zip sh -c 'tar cvf - * | 7za a -si root.tar.7z'

How can I help?

All kinds of contributions are welcome πŸ™Œ! The most basic way to show your support is to star 🌟 the project, or to raise issues πŸ’¬ You can also support this project by becoming a sponsor on GitHub πŸ‘ or by making a Paypal donation to ensure this journey continues indefinitely! πŸš€

Thanks again for your support, it is much appreciated! πŸ™

License

MIT. See LICENSE for more details.
Icon credit to finfin.

About

🐳 7-Zip Docker image based on Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%