docker-par2cmdline
Tiny (apline based) image making par2 command line utility available for local file manipulation
3.2K
https://github.com/telnetdoogie/docker-par2cmdline
Run par from @animetosho's par2cmdline-turbo (from v2 onward) in a Docker image
This docker image is based on alpine linux and installs the par2cmdline-turbo tools for use locally. It's intended to make these tools available from the command line for those that make it more challenging to install binaries like this on their platform of choice
docker image pull telnetdoogie/docker-par2cmdline:latest
Mount the folder where the files you want to manage are mapped into /par2_files/ in the container.
docker run --rm -v {path to local par files}:/par2_files/ telnetdoogie/docker-par2cmdline {par2 commands}
adding no {par2 commands} will show the default par2 usage / help.
Mounting the local folder /volume1/media/downloads/ into the container and repairing mybrokenfile.par
docker run --rm -v /volume1/media/downloads/:/par2_files/ telnetdoogie/docker-par2cmdline repair mybrokenfile.par
Content type
Image
Digest
sha256:487b18ab0…
Size
7.8 MB
Last updated
5 months ago
docker pull telnetdoogie/docker-par2cmdline