Skip to content

Andbeav/container-torrent-leecher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

container-torrent-leecher

Image for downloading torrents without seeding. Utilizes the torrent functionality from lftp.

Installation

You can either build from the Dockerfile or pull the prebuilt image. I most likely won't push to docker hub.

Building from Dockerfile

$ docker build -t torrent .

Pulling the prebuilt image

$ docker pull ghcr.io/andbeav/torrent:latest

Running the image

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

About

Image for downloading torrents without seeding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages