Skip to content

jollyrubber/docker-deluge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-deluge

A docker image built from the latest Ubuntu base image.

Runs deluged and the deluge webui.

The configs and downloads can be persisted to the host via volumes so that instance and be stoped and started without losing them.

Run

mkdir -p config
mkdir -p downloads
docker run -it --rm \
       -v $(pwd)/config:/config \
       -v $(pwd)/downloads:/root/Downloads \
       -p 8112:8112 \
       jollyrubber/docker-deluge

Access Web UI

http://localhost:8112

default password is 'deluge'

About

Run deluge in a docker instance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages