Sign inSign up

jgiovaresco/deluged

By jgiovaresco

Updated about 10 years ago

Deluge BitTorrent Client

Image
0

1.0K

jgiovaresco/deluged repository overview

deluged

Pre-requisite

Create a directory (/config) to save Deluge configuration.

Create a directory (/downloads) containing following sub-directories :

  • complete : directory where completed downloads are stored
  • incoming : directory in which currently downloaded data is saved
  • queue : directory where torrent files will be recognized and auto-loaded
  • torrents : directory where temporary files are stored

Run deluged

The container needs some environment variables

  • ADMIN_NAME : login used to authenticate user in the web interface
  • ADMIN_PASSWORD : password used to authenticate user in the web interface
docker run -d -p 58846:58846 -v /config:/config -v /downloads:/downloads  -e ADMIN_NAME=admin -e ADMIN_PASSWORD=admin --name deluged jgiovaresco/deluged

Tag summary

Content type

Image

Digest

sha256:9de522388

Size

91.4 MB

Last updated

about 10 years ago

docker pull jgiovaresco/deluged