https://github.com/danielwhatmuff/7z-docker
Containerized 7z utility
https://github.com/danielwhatmuff/7z-docker
Last synced: 3 months ago
JSON representation
Containerized 7z utility
- Host: GitHub
- URL: https://github.com/danielwhatmuff/7z-docker
- Owner: danielwhatmuff
- Created: 2016-02-23T01:16:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T11:58:32.000Z (almost 7 years ago)
- Last Synced: 2025-06-14T02:40:11.199Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7zip extraction tool built into Docker
# Summary
- A Docker build for [7zip](http://www.7-zip.org/)
# Requirements
- Docker :whale: - if you are on Mac, checkout the [Docker Toolbox](http://docs.docker.com/mac/step_one/)
# To build the Docker image
- Build the image using docker
```bash
$ docker build -t 7z-docker .
```
- Run the 7z container, mounting a local directory to extract or create archives
```bash
$ docker run -v $(pwd):/root/ --rm 7z-docker 7z x archive.7z
```
# Alternatively, you can use the Docker Hub automated build
[](https://imagelayers.io/?images=danielwhatmuff/7z-docker:latest 'Get your own badge on imagelayers.io')
```bash
$ docker pull danielwhatmuff/7z-docker
```
### Contributing
File issues in GitHub to report bugs or issue a pull request to contribute.