7zip extraction tool built into Docker

Summary

  • A Docker build for 7zip

Requirements

To build the Docker image

  • 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

Alternatively, you can use the Docker Hub automated build

$ docker pull danielwhatmuff/7z-docker

Contributing

File issues in GitHub to report bugs or issue a pull request to contribute.