
https://raw.githubusercontent.com/dperson/transmission/master/logo.png]([***]
Transmission docker container
Transmission is a BitTorrent client which features a simple interface on top of a cross-platform back-end.
This Transmission container was built to automatically download a level1 host filter (can be used with dperson/open***).
sudo docker run -it --cap-add=NET_ADMIN --device /dev/net/tun --name *** \ --dns 8.8.4.4 --dns 8.8.8.8 --restart=always \ -d dperson/open***-client || sudo docker run -it --name bit --net=container:*** \ -d dperson/transmission sudo docker run -it --name web -p 80:80 -p 443:443 --link ***:bit \ -d dperson/nginx -w "[***]"
NOTE: The default username/password are admin/admin. See TRUSER and
TRPASSWD below, for how to change them.
NOTE2: To connect to the transmission container, point your browser to the
actual <hostname_or_IP_address> of the system running docker with a URI as
below:
https://<hostname_or_IP_address>/transmission/web/
NOTE3: To open the peer connection port add the following to the
docker run command:
-p 51413:51413 -p 51413:51413/udp
sudo docker run -it --name transmission -p 9091:9091 -d dperson/transmission
OR set local storage (see Complex configuration below):
sudo docker run -it --name transmission -p 9091:9091 \ -v /path/to/directory:/var/lib/transmission-daemon \ -d dperson/transmission
NOTE: The configuration is in /var/lib/transmission-daemon/info, downloads
are in /var/lib/transmission-daemon/downloads, and partial downloads are in
/var/lib/transmission-daemon/incomplete.
sudo docker run -it --rm dperson/transmission -h Usage: transmission.sh [-opt] [command] Options (fields in '[]' are optional, '<>' are required): -h This help -n No auth config; don't configure authentication at runtime -t "" Configure timezone possible arg: "[timezone]" - zoneinfo timezone for container The 'command' (if provided and valid) will be run instead of transmission
ENVIRONMENT VARIABLES
TRUSER - Set the username for transmission auth (default 'admin')TRPASSWD - Set the password for transmission auth (default 'admin')TZ - Configure the zoneinfo timezone, IE EST5EDTUSERID - Set the UID for the app userGROUPID - Set the GID for the app userOther environment variables beginning with TR_ will edit the configuration
file accordingly:
TR_MAX_PEERS_GLOBAL=400 will translate to "max-peers-global": 400,Any of the commands can be run at creation with docker run or later with
docker exec -it transmission transmission.sh (as of version 1.3 of docker).
sudo docker run -it --name transmission -e TZ=EST5EDT \ -d dperson/transmission
If you wish to adapt the default configuration, use something like the following to copy it from a running container:
sudo docker cp transmission:/var/lib/transmission-daemon /some/path
You can use the modified configuration with:
sudo docker run -it --name transmission -p 9091:9091 \ -v /some/path:/var/lib/transmission-daemon -d dperson/transmission
If you have any problems with or questions about this image, please contact me through a https://github.com/dperson/transmission/issues.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。





探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
不支持 push
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务