Sign inSign up

timothystewart6/7z-docker

By timothystewart6

Updated about 8 years ago

7zip extraction tool built into Docker

Image
0

1.3K

timothystewart6/7z-docker repository overview

7zip extraction tool built into Docker

$ docker pull timothystewart6/7z-docker

Summary

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 timothystewart6/7z-docker
Contributing

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

Tag summary

Content type

Image

Digest

Size

38.5 MB

Last updated

about 8 years ago

docker pull timothystewart6/7z-docker