Publish: 2020-11-29 | Modify: 2022-03-21
Transmission is a popular BitTorrent client recommended by many PT sites, and it has its own features compared to qBittorrent. To simplify the installation process of Transmission, xiaoz has packaged it into a Docker image for easy use.
Assuming you have already installed Docker and are familiar with basic command usage, if you are not familiar, you can refer to this article "Linux Installation of Docker and Common Docker Commands". Without further ado, here are the commands:
docker run -d --name="transmission" \
-e USERNAME=xiaoz \
-e PASSWORD=xiaoz.me \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /data/downloads:/root/Downloads \
-v /data/transmission:/root/.config/transmission-daemon \
--restart=always \
helloz/transmission
/data/test
: Local download folder, please modify according to the actual situationAfter installation, enter IP:9091
to open the Transmission web interface, as shown in the screenshot below (with the interface beautification installed).
It's quite inconvenient to use the Transmission web interface on mobile devices. We can open the WeChat mini program and search for "TransClient" to use it. This mini program supports adding Transmission/BitTorrent and other servers, making it very convenient to add and delete BT/PT tasks on mobile devices.
Note: The TransClient mini program has been discontinued. It is recommended to use Transdrone instead.
The Docker build method is open source on Github, feel free to use it.
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.