A Docker image for rTorrent BitTorrent client
2.4K
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
$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/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.51570/tcp - Listening port for incoming peer traffic.51102/tcp - Port is used by the XMLRPC socket.Content type
Image
Digest
sha256:b1a709a64…
Size
11.3 MB
Last updated
about 2 years ago
docker pull loxoo/rtorrent