Skip to content

spritsail/deluge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 

spritsail/Deluge

Layers Latest Version Git Commit Docker Pulls Docker Stars Build Status

A dockerfile to run the Deluge torent client, based on Alpine Linux.
It expects a partition to store data mapped to /config in the container, and a volume where your torrents should go stored at /media. Enjoy!

This dockerfile uses a user with uid 902, and a gid of 900. Make sure this user has write access to the /config folder. The uid can be overridden by the environment variables $SUID and $SGID respectively.

Example run command

docker run -d --restart=always --name=deluge -v host/path/to/config:/config -v host/path/to/downloads:/downloads -p 8112:8112 spritsail/deluge

About

The deluge torrent client and its web interface, wrapped in Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published