werwolfby/armhf-alpine-transmission

By werwolfby

Updated over 7 years ago

Minimal alpine docker image for transmission (http://www.transmissionbt.com)

Image
4

4.0K

werwolfby/armhf-alpine-transmission repository overview

armhf-alpine-transmission

ARM hf compatible Docker Image with a minimal tranmsission daemon.

Details

Start a transmission server

docker run -d --name my-transmission \
  -p 9091:9091 \
  -p 51413:51413/tcp \
  -p 51413:51413/udp \
  -v /path/to/complete/folder:/root/Downloads \
  -v /path/to/store/transmission/settings/and/intermediate/results:/etc/transmission \
  werwolfby/armhf-alpine-transmission

Stop just created transmission daemon by:

docker stop my-transmission

Edit file in /path/to/store/transmission/settings/and/intermediate/results/settings.json and specify your settings. At least you have to specify rpc_user and rpc_password. All other settings can be default.

Start server:

docker run my-transmission
How to create this image

Run all commands from within the project root directory.

Create image

Create folder. Folder name will be used for image name by default. Checkout this repository. And run.

git clone https://github.com/werwolfby/docker-armhf-alpine-transmission.git .
make build

Copy env.template to env. Edit the file settings to your particular settings. Specify path for downloading torrents and path for storing intermediate settings and results.

TORRENTS=/path/to/complete/folder
SETTINGS=/path/to/store/transmission/settings/and/intermediate/results
Run container from image
make run

Stop just created transmission daemon by:

make stop

Edit file in /path/to/store/transmission/settings/and/intermediate/results/settings.json and specify your settings. At least you have to specify rpc_user and rpc_password. All other settings can be left default.

Start server:

make start

Tag summary

Content type

Image

Digest

Size

5.1 MB

Last updated

over 7 years ago

docker pull werwolfby/armhf-alpine-transmission