Sign inSign up

h0tmann/torrenttools

By h0tmann

•Updated 9 months ago

Image
1

2.1K

h0tmann/torrenttools repository overview

⁠Torrenttools (Docker-Scratch)

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 ^^

Tag summary

Content type

Image

Digest

sha256:f8e946f86…

Size

3 MB

Last updated

9 months ago

docker pull h0tmann/torrenttools