Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.31 KB

What is it?

Docker Pulls Docker Stars

A tiny image based on alpine-armhf with unrar.

Compatible with WD My Cloud Mirror Gen 2, making it possible to unrar archives directly on the device.

Usage

To unpack a file named MY_FILE.rar found in the current folder, run:

docker run --rm -v "$PWD:/files" dachaz/unrar-armhf e -r MY_FILE.rar

Note for WD My Cloud Mirror Gen 2 users: No additional setup is necessary, this command is fully self-contained. Only change the file name.

unrar.sh

For convenience, you could use unrar.sh from this repository.

unrar.sh /path/to/MY_FILE.rar

Note for WD My Cloud Mirror Gen 2 users: To download the script to your device, you could run:

wget --no-check-certificate https://raw.githubusercontent.com/Dachaz/docker-unrar-armhf/master/unrar.sh && chmod +x unrar.sh

License

Copyright © 2017 Dachaz. This software is licensed under the MIT License.