Original GitHub: https://github.com/fbdtemme/torrenttoolsā
This is statically-compiled and is using the original Dockerfile as template.
Example usage:
docker run -it --rm -v "$(pwd):/torrent/:rw" h0tmann/alpine_torrenttools create -a "####TRACKER####" -l "24" -o "####NAME_OF_TORRENT####.torrent" "####INPUT_FOLDER####"
if you want to create a torrent of "TESTFOLDER" do it like this:
# tree
.
āāā TESTFOLDER
docker run -it --rm -v "$(pwd):/torrent/:rw" h0tmann/alpine_torrenttools create -a "####TRACKER####" -l "24" -o "TESTFOLDER.torrent" "TESTFOLDER"
Many thanks to the original creator!
P.S.: would be nice if the application would get a last polish bringing the stack to the newest state ^^
Content type
Image
Digest
sha256:f8e946f86ā¦
Size
3 MB
Last updated
9 months ago
docker pull h0tmann/torrenttools