I’m familiar with the linuxserver/sonarr docker image, but was hoping to find something that was also preconfigured with a bittorrent client.
Anyone know of a docker image with both?
I’m familiar with the linuxserver/sonarr docker image, but was hoping to find something that was also preconfigured with a bittorrent client.
Anyone know of a docker image with both?
any reason you cant use linuxserver/transmission in its own container?
theres also a linuxserver/jackett if you need that
doh! I didn’t think of using multiple docker containers. I assumed that multiple docker containers would be more bloated compared to a single container. I suppose I could also hand merge the dockerfiles to contain everything I need.
Just use multiple containers. That way you preserve any update capabilities. The overhead of multiple containers is incredibly minimal. The containers really don’t use any more resources than the apps they’re running since they don’t run separate copies of the operating system inside them.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.