Sign inSign up

str0ke/rtorrent

By str0ke

Updated over 4 years ago

Alpine based rtorrent client utilizing a socket file.

Image
0

520

str0ke/rtorrent repository overview

docker-compose

services:
  rtorrent:
    image: str0ke/rtorrent:latest
    container_name: rtorrent
    user: "1000:1000"
    network_mode: host  #drastic increase in speed utilizing host rather than bridge.
    restart: unless-stopped
  volumes:
      - /docker/configs/rtorrent/config:/config
      - /docker/configs/rtorrent/watch:/watch
      - /storage/downloads:/downloads
    ports:
      - 14323:14323

todo

Manually add the missing folders under the config folder. Next release will auto create the folders via rtorrent.rc.

logs
rtorrent_sess

socket file location

/config/rtorrent.sock

flood or rutorrent integration

1) link the same volumes that rtorrent has access to
2) point flood / rutorrent to the socket file /config/rtorrent.sock

Tag summary

Content type

Image

Digest

Size

5.1 MB

Last updated

over 4 years ago

docker pull str0ke/rtorrent