Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/docker-unrar
https://github.com/maxcnunes/docker-unrar
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxcnunes/docker-unrar
- Owner: maxcnunes
- License: mit
- Created: 2016-08-01T21:14:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T21:38:54.000Z (over 8 years ago)
- Last Synced: 2024-10-18T07:21:09.676Z (3 months ago)
- Size: 1.95 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-unrar
A tiny image based in [alpine:3.4](https://hub.docker.com/_/alpine/) with [unrar](https://pkgs.alpinelinux.org/package/v3.4/main/x86_64/unrar) tool.
Docker hub: [maxcnunes/unrar](https://hub.docker.com/r/maxcnunes/unrar/)
```shell
docker pull maxcnunes/unrar
```Example:
```shell
docker run --rm -v $PWD:/files maxcnunes/unrar:latest unrar e -r MY_FILE.rar
```## License
Copyright (c) 2016 [email protected]. This software is licensed under the **MIT License**.