core2duoe6420 / docker-transmission

fork from linuxserver/transmission and use ubuntu as base image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transmission Docker

This is a fork from linuxserver/transmission 3.00-r8-ls151

Official transmission docker image from linuxserver team uses alpine base image. But transmission from alpine repository has serious performance issues at my Ubuntu 22.04 server. I have a 1000M network but with alpine transmission, I can only download at around 60MiB/s.

So I modified the Dockerfile to use ubuntu as base image and install transmission from Ubuntu repository. With this version I can download at > 100MiB/s.

About

fork from linuxserver/transmission and use ubuntu as base image

License:GNU General Public License v3.0


Languages

Language:Dockerfile 90.6%Language:Shell 9.4%