All Projects → crazy-max → docker-7zip

crazy-max / docker-7zip

Licence: MIT License
7-Zip Docker image based on Alpine Linux

Programming Languages

HCL
1544 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-7zip

docker flutter
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
Stars: ✭ 33 (+106.25%)
Mutual labels:  alpine-linux
alpinist
Automatic Alpine Linux Package (apk) Repository Generation using AWS Lambda, S3 & SSM Parameter Store
Stars: ✭ 45 (+181.25%)
Mutual labels:  alpine-linux
SevenZipSharp
Fork of SevenZipSharp on CodePlex
Stars: ✭ 171 (+968.75%)
Mutual labels:  7zip
Docker-Webstack
A webstack container built on Alpine, running Nginx, PHP, and S6-overlay.
Stars: ✭ 64 (+300%)
Mutual labels:  alpine-linux
lrkFM
Awesome, (ad) free, open source file manager for Android
Stars: ✭ 44 (+175%)
Mutual labels:  7zip
alpine-make-rootfs
Make customized Alpine Linux rootfs (base image) for containers
Stars: ✭ 95 (+493.75%)
Mutual labels:  alpine-linux
Archive7z
This library provides handling of 7z files in PHP
Stars: ✭ 73 (+356.25%)
Mutual labels:  7zip
7zip-min
Minimal standalone cross-platform pack/unpack with 7-zip for Node.js
Stars: ✭ 20 (+25%)
Mutual labels:  7zip
alpine-php-wordpress
Wordpress running on Alpine Linux [Docker]
Stars: ✭ 30 (+87.5%)
Mutual labels:  alpine-linux
docker-qbittorrent
qBittorrent Docker image based on Alpine Linux
Stars: ✭ 42 (+162.5%)
Mutual labels:  alpine-linux
piu
Cross platform package manager wrapper
Stars: ✭ 33 (+106.25%)
Mutual labels:  alpine-linux
docker-geoserver
A basic docker geoserver image with JAI and marlin renderer running on tomcat
Stars: ✭ 17 (+6.25%)
Mutual labels:  alpine-linux
alpine-buildpack-deps
An attempt at a "buildpack-deps"-like Docker image with Alpine Linux
Stars: ✭ 30 (+87.5%)
Mutual labels:  alpine-linux
alpine-conf
[MIRROR] Alpine configuration management scripts
Stars: ✭ 38 (+137.5%)
Mutual labels:  alpine-linux
docker-nagios
Docker image for Nagios Core in Alpine Linux with basic plugins, available for x86, x64 , ARM v6, ARM v7 and ARM64.
Stars: ✭ 33 (+106.25%)
Mutual labels:  alpine-linux
mkinitfs
[MIRROR] Tool to create initramfs images
Stars: ✭ 37 (+131.25%)
Mutual labels:  alpine-linux
docker-pure-ftpd
Pure-FTPd Docker image based on Alpine Linux with MySQL, PostgreSQL and LDAP support
Stars: ✭ 36 (+125%)
Mutual labels:  alpine-linux
rails5-docker-alpine
Lightweight Docker development environment for Rails using Alpine Linux
Stars: ✭ 71 (+343.75%)
Mutual labels:  alpine-linux
docker-aws-s3-sync
Docker container to sync a folder to Amazon S3
Stars: ✭ 21 (+31.25%)
Mutual labels:  alpine-linux
docker-lamp
Alpine docker with lamp (php7)
Stars: ✭ 42 (+162.5%)
Mutual labels:  alpine-linux

Latest Version Build Status Docker Stars Docker Pulls
Become a sponsor Donate Paypal

About

7-Zip Docker image based on Alpine Linux.
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!


Build locally

git clone https://github.com/crazy-max/docker-7zip.git
cd docker-7zip

# Build image and output to docker (default)
docker buildx bake

# Build multi-platform image
docker buildx bake image-all

Image

Registry Image
Docker Hub crazymax/7zip
GitHub Container Registry ghcr.io/crazy-max/7zip

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'

Contributing

Want to contribute? Awesome! 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].