A minimalist BitTorrent "downloader" written in C++
10K+
How to use?
podman pull docker.io/infinage/ctorrent:latest
mkdir torrents downloads
.torrent files into torrents/downloads/alias ctorrent='podman run --rm \
-v ./torrents:/app/torrents:ro \
-v ./downloads:/app/downloads \
ctorrent'
torrents/ is mounted read-only, downloads/ is writable.
ctorrent [options] torrents/<name>.torrent
Example:
ctorrent torrents/archlinux.torrent
For more details check the repository on github.
Content type
Image
Digest
sha256:bd556d88e…
Size
7.2 MB
Last updated
8 months ago
docker pull infinage/ctorrent