Creates a docker image running deluge with deluge-web.
Configure Deluge via the web client, downloads should be stored in the mounted volume /opt/deluge/data
An example command to run the image
sudo docker run -d --name Deluge --restart unless-stopped -e PUID=10002 -e GUID=10009 -p 8112:8112 -p 58846:58846 -v /path/to/config:/opt/deluge/config -v /path/to/downloads:/opt/deluge/data -v /path/to/final/location:/mnt/nas/Staging automatr901/deluge:latest
Configuration
When configured deluge will not write enabled plugins to the core.conf file, this must be done manually to have plugins start on boot e.g.
"enabled_plugins": [
"Label",
"Scheduler"
],
Content type
Image
Digest
Size
52.3 MB
Last updated
almost 5 years ago
docker pull automatr901/deluge