Installs Deluge into a Linux container

Several tag are available:
Deluge is a fully-featured cross-platform BitTorrent client.
docker create --name=deluge \
-v /etc/localtime:/etc/localtime:ro \
-v <path to config>:/config \
-e DOCKUID=<UID default:10034> \
-e DOCKGID=<GID default:10034> \
-e DOCKUPGRADE=<0|1> \
-p 8112:8112 \
-p 58846:58846 \
-p 58946:58946/udp \
digrouz/deluge:latest
When you start the deluge image, you can adjust the configuration of the deluge instance by passing one or more environment variables on the docker run command line.
DOCKUIDThis variable is not mandatory and specifies the user id that will be set to run the application. It has default value 10034.
DOCKGIDThis variable is not mandatory and specifies the group id that will be set to run the application. It has default value 10034.
DOCKUPGRADEThis variable is not mandatory and specifies if the container has to launch software update at startup or not. Valid values are 0 and 1. It has default value 0.
-e DOCKUPGRADE=1 at container creation.If you encounter an issue please open a ticket at github
Content type
Image
Digest
sha256:adad2478d…
Size
51.1 MB
Last updated
about 3 years ago
docker pull digrouz/deluge