Skip to content

Deluge BitTorrent client

license build pulls

Quickstart

Below is a quick method to get this up and running. Please see Run from Docker registry for more details and commands.

The default password for the WebUI is "deluge".

1
2
3
4
5
docker run -d --name deluge \
-v deluge:/deluge-home \
-v /path/to/deluge/download-data:/data \
-p 8112:8112 \
jsloan117/deluge