GithubHelp home page GithubHelp logo

docker-transmission's Introduction

我的博客

http://blog.auska.win

创建镜像

docker create --name=transmission \
-v <path to data>:/config \
-v <path to downloads>:/downloads \
-v <path to watch folder>:/watch \
-e PGID=<gid> -e PUID=<uid> \
-e TZ=<timezone> \
-e USER=<default : admin> -e PASSWD=<default : admin> \
-p 9091:9091 -p 51413:51413 \
-p 51413:51413/udp \
auska/docker-transmission:tagname

参数解释

  • -p 9091 网页UI端口
  • -p 51413 - BT软件通讯端口
  • -v /config - 配置文件目录
  • -v /downloads - 下载文件目录
  • -v /watch - 监视种子目录
  • -e PGID 用户的GroupID,留空为root
  • -e PUID 用户的UserID,留空为root
  • -e USER 登录用户名
  • -e PASSWD 登录密码
  • -e TZ 时区 默认 Asia/Shanghai
  • -e WEBUI_PORT 配置网页UI端口
  • -e PORT 配置BT软件通讯端口

版本介绍

latest : 仅仅使用了TWC的UI,适合挂PT使用。 bt : 包括了自动添加公用tracker和屏蔽吸血客户端的新功能(迅雷)。

docker-transmission's People

Contributors

sparklyballs avatar auska avatar phendryx avatar aptalca avatar chbmb avatar j0nnymoe avatar patsissons avatar lamarios avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.