Title logo
linuxserver/rutorrent.

A Rutorrent container, brought to you by LinuxServer.io.

153,437,731 179 arm arm64 amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/rutorrent
Build Time 08 Apr 2021 19:30:22
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-v3.10 08 Apr 2021 at 19:30:21

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  rutorrent:
    image: linuxserver/rutorrent:version-v3.10
    container_name: rutorrent
    restart: no

CLI

docker create \
  --name=rutorrent \  --restart no \
  linuxserver/rutorrent:version-v3.10