- A Docker build for 7zip
- Docker 🐳 - if you are on Mac, checkout the Docker Toolbox
- Build the image using docker
$ docker build -t 7z-docker .
- Run the 7z container, mounting a local directory to extract or create archives
$ docker run -v $(pwd):/root/ --rm 7z-docker 7z x archive.7z
$ docker pull danielwhatmuff/7z-docker
File issues in GitHub to report bugs or issue a pull request to contribute.