rTorrent + Flood for ARMv7 (arm32v7) devices based on lsiobase/alpine.armhf:3.8 image.
masterjsunier/rtorrent-flood multi-arch manifest image for both amd64 and arm devicesOn the initial window of flood, when asking for connection parameters, use theses:
UNIX Socket/app/rtorrent/session/rpc.sock/app/rtorrent/downloads/app/rtorrent/watchsock) : /app/rtorrent/session/app/flood/dbPorts used inside the container.
8050000, 50000/udp50001version: "2"
services:
app:
image: jsunier/rtorrent-flood
environment:
- PUID=1000
- FLOOD_SECRET=secret # random secret for jwt sign
ports:
- 3000:80 # flood port
- 50000:50000 # rtorrent port
- 50001:50001 # dht port
volumes:
- './downloads:/app/rtorrent/downloads'
- './watch:/app/rtorrent/watch'
- './data/rtorrent:/app/rtorrent/session'
- './data:/flood:/app/flood/db'
restart: always
docker-compose exec app tail -f /app/flood/log/current
docker-compose exec app tail -f /data/log/rtorrent.log
$ Use ODROID HC1/HC2/XU4
$ ./ake build
$ docker manifest create jsunier/rtorrent-flood jsunier/rtorrent-flood:arm jsunier/rtorrent-flood:amd64
$ docker manifest push jsunier/rtorrent-flood
Content type
Image
Digest
Size
81.9 MB
Last updated
almost 8 years ago
docker pull jsunier/rtorrent-flood:arm