Sign inSign up

loxoo/rtorrent

By loxoo

Updated about 2 years ago

A Docker image for rTorrent BitTorrent client

Image
0

2.4K

loxoo/rtorrent repository overview

loxoo/rtorrent

Git Commit Build Status Latest Version Size Docker Stars Docker Pulls

Usage

docker run -d \
    --name=srvrtorrent \
    --restart=unless-stopped \
    --hostname=srvrtorrent \
    -p 51570:51570 \
    -e RTORRENT_PORT=51570 \
    -v $PWD/config:/config \
    -v $PWD/session:/session \
    -v $PWD/watch:/watch \
    -v $PWD/download:/download \
    loxoo/rtorrent

Environment

  • $SUID - User ID to run as. default: 911
  • $SGID - Group ID to run as. default: 900
  • $RTORRENT_PORT - Listening port for incoming peer traffic. default: 51570
  • $LOG_LEVEL - Logging severity levels. default: info
  • $TZ - Timezone. optional

Volume

  • /session - Torrent files and status information for all open downloads will be stored in this directory.
  • /watch - Load torrent files dropped into special folders.
  • /download - Directory where downloaded and downloading files are stored.
  • /config - Server configuration file location.

Network

  • 51570/tcp - Listening port for incoming peer traffic.
  • 51102/tcp - Port is used by the XMLRPC socket.

Tag summary

Content type

Image

Digest

sha256:b1a709a64

Size

11.3 MB

Last updated

about 2 years ago

docker pull loxoo/rtorrent