Community discussions

MikroTik App
 
Noctis
just joined
Topic Author
Posts: 2
Joined: Thu Oct 26, 2023 9:25 pm

transmission container on hap ac2

Fri Nov 10, 2023 7:57 pm

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
 
User avatar
own3r1138
Forum Veteran
Forum Veteran
Posts: 728
Joined: Sun Feb 14, 2021 12:33 am
Location: Pleiades
Contact:

Re: transmission container on hap ac2

Fri Nov 10, 2023 8:17 pm

 
holvoetn
Forum Guru
Forum Guru
Posts: 6999
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: transmission container on hap ac2

Fri Nov 10, 2023 8:17 pm

According to that github page it is only x86 or arm64.
 
elico
Member Candidate
Member Candidate
Posts: 158
Joined: Mon Nov 07, 2016 3:23 am

Re: transmission container on hap ac2

Sat Nov 11, 2023 11:09 am

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.
 
Noctis
just joined
Topic Author
Posts: 2
Joined: Thu Oct 26, 2023 9:25 pm

Re: transmission container on hap ac2

Sat Nov 11, 2023 2:23 pm

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
 
elico
Member Candidate
Member Candidate
Posts: 158
Joined: Mon Nov 07, 2016 3:23 am

Re: transmission container on hap ac2

Sat Dec 02, 2023 10:59 am

@noctis.
YES, this is great!!!