Skip to content

A Dockerfile for creating a transmission container with web interface

Notifications You must be signed in to change notification settings

KierranM/transmission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#kierranm/transmission A Docker container that runs the TransmissionBT daemon with the web UI on 9091

This image is a simple transmission-daemon docker container. Once started it will expose the transmission web UI on port 9091.

It has been set up to use the following folders/mounts:

  • /transmission -> The transmission home directory

This is where all of your config and downloads will be stored

##User Authentication The username and password are set to rpc_username and rpc_password by default, I highly recommend that you change these, the container will automatically substitute these values with the values of the environment variables USERNAME and PASSWORD ##Running To run a new container simply run:

 docker run -d --name="transmission" \
   -v /path/to/all/transmission/stuff:/transmission \
   -p 9091:9091 \
   -p 54321:54321 \
   kierranm/transmission

About

A Dockerfile for creating a transmission container with web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages