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.
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.
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
Copyright © 2017 Dachaz. This software is licensed under the MIT License.