How to install Transmission using Docker ?

Discussion of Transmission that doesn't fit in the other categories
Post Reply
loris.foe
Posts: 2
Joined: Thu Jan 28, 2021 3:45 pm

How to install Transmission using Docker ?

Post by loris.foe »

I am completely new in Docker. I want to install Transmission using Docker (i.e. I don't want to use linuxserver.io/transmission)
I did not find any tutorial to do that (expect the unofficial linuxserver.io method).

For the moment my Dockerfile is :

Code: Select all

RUN apt-get update -y
RUN apt-get install transmission-daemon -y
EXPOSE 9091 51413/tcp 51413/udp
But how to give the settings.json file? How to run my Dockerfile? Do I need a docker-compose.yml file?

Please help me and thank you in advance :)
Rao Shaheryar
Posts: 2
Joined: Tue Jan 12, 2021 9:44 am

Re: How to install Transmission using Docker ?

Post by Rao Shaheryar »

So all you need to do is pull those containers and install. If you are ready, open Docker command prompt and get ready to setup Transmission in Docker.
Install Transmission using Docker
Transmission Pull Command
Set Transmission Configuration Parameters in Docker
Start and Stop Transmission Container in Docker. Thank You!
Post Reply