infinage/ctorrent

By infinage

Updated 8 months ago

A minimalist BitTorrent "downloader" written in C++

Image
Networking
Developer tools
0

10K+

infinage/ctorrent repository overview

How to use?

1. Pull from dockerhub
podman pull docker.io/infinage/ctorrent:latest
2. Create workspace
mkdir torrents downloads
  • Put your .torrent files into torrents/
  • Downloads will be written into downloads/
3. Add a clean alias
alias ctorrent='podman run --rm \
    -v ./torrents:/app/torrents:ro \
    -v ./downloads:/app/downloads \
    ctorrent'

torrents/ is mounted read-only, downloads/ is writable.

4. Usage
ctorrent [options] torrents/<name>.torrent

Example:

ctorrent torrents/archlinux.torrent

For more details check the repository on github.

Tag summary

Content type

Image

Digest

sha256:bd556d88e

Size

7.2 MB

Last updated

8 months ago

docker pull infinage/ctorrent