Image for downloading torrents without seeding. Utilizes the torrent functionality from lftp.
You can either build from the Dockerfile or pull the prebuilt image. I most likely won't push to docker hub.
$ docker build -t torrent .
$ docker pull ghcr.io/andbeav/torrent:latest
In order for progress updates to be displayed you will need to run it with these two options enabled:
--interactive
/-i
--tty
/-t
In order to save the downloaded content you need to specify a volume mount as well:
--volume
/-v
Example command:
$ docker run -it -v /your/save/path:/out torrent https://example.com/download/12345.torrent