gists/transmission

By gists

Updated over 1 year ago

Transmission(cli tools, daemon and web client) based on alpine

Image
28

5M+

gists/transmission repository overview

Volume
  • /data
Environment:
EnvironmentDefault value
UID1000
GID1000
RPC_PORT9091
PEER_PORT51413
USERNAMEusername
PASSWORD$(hostname)
Custom usage:
docker run \
    -d \
    --name transmission \
    -p 8080:9091 \
    -p 51413:51413 \
    -v /your/data:/data \
    -e USERNAME=username \
    -e PASSWORD=password \
    gists/transmission
Compose example:
transmission:
  image: gists/transmission
  ports:
    - "8080:9091"
    - "51413:51413"
  volumes:
    - /your/data:/data
  environment:
    - USERNAME=username
    - PASSWORD=password
  restart: always

Tag summary

Content type

Image

Digest

sha256:3b2c68c70

Size

9.7 MB

Last updated

over 1 year ago

docker pull gists/transmission