/docker-unrar-armhf

A tiny ARM-based docker image with unrar, making it possible to unrar archives on ARM-based NAS devices (such as WD My Cloud Mirror Gen 2)

Primary LanguageShellMIT LicenseMIT

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.