This is a small Docker container that will download a torrent from the supplied URI of a .torrent file or magnet link.
-v: You will need to mount a local directory to /root/Downloads-e "URI=...": You need to supply the torrent URI as an environment variableLet's use the Ubuntu Server torrent in our example.
docker build -t drewpearce/bt .docker pull drewpearce/btdocker run --rm -v $HOME/Downloads:/root/Downloads -e "URI=http://releases.ubuntu.com/18.04/ubuntu-18.04-live-server-amd64.iso.torrent" drewpearce/btContent type
Image
Digest
Size
44.2 MB
Last updated
over 7 years ago
docker pull drewpearce/bt