Page 1 of 1

transmission container on hap ac2

Posted: Fri Nov 10, 2023 7:57 pm
by Noctis
I apologize for the stupid question, but tell me what I'm doing wrong, how to install this container on hap ac2:
https://github.com/linuxserver/docker-transmission
I found a version for Arm v7, but I can’t figure out how to install it correctly:
https://github.com/linuxserver/docker-t ... 2v7-latest
git clone https://github.com/linuxserver/docker-transmission.git
cd docker-transmission
docker build \
  --no-cache \
  --pull \
  -t ghcr.io/linuxserver/transmission:arm32v7-latest .
   docker save ghcr.io/linuxserver/transmission > transmission.tar
  
At the end I get a container for amd 64 architecture:
Image

Re: transmission container on hap ac2

Posted: Fri Nov 10, 2023 8:17 pm
by own3r1138

Re: transmission container on hap ac2

Posted: Fri Nov 10, 2023 8:17 pm
by holvoetn
According to that github page it is only x86 or arm64.

Re: transmission container on hap ac2

Posted: Sat Nov 11, 2023 11:09 am
by elico
If you are using some kind of torrent software you should look at qbittorent rather than transmission.
However for hap ac2 I would try to use only transmission if at all and with a limited amount of ram.

Re: transmission container on hap ac2

Posted: Sat Nov 11, 2023 2:23 pm
by Noctis
I'm just learning to use docker and containers, so far I haven't succeeded
I managed to install this version:
https://hub.docker.com/layers/linuxserv ... xt=explore
download speed 0.5-2.5 mb, processor load, ram:
Image
But I’m using an old and slow flash drive for the test, it will be interesting to play on an SSD/HDD
And I can’t understand where the download is going and how I can access these files, I have a samba server container, but so far I have no idea how to use them together
If you are using some kind of torrent software you should look at qbittorent rather than transmission.
However for hap ac2 I would try to use only transmission if at all and with a limited amount of ram.
smth like that?
https://github.com/qbittorrent/docker-qbittorrent-nox

Re: transmission container on hap ac2

Posted: Sat Dec 02, 2023 10:59 am
by elico
@noctis.
YES, this is great!!!