Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbrisbin/docker-deluge

Docker image for running Deluge, the daemon and web interface
https://github.com/pbrisbin/docker-deluge

Last synced: about 2 months ago
JSON representation

Docker image for running Deluge, the daemon and web interface

Awesome Lists containing this project

README

        

Docker image for running Deluge, the daemon and web interface.

## Usage

```
docker run \
--publish 8112:8112 \
--volume /data/deluge:/data \
pbrisbin/deluge
```

Visit `http://localhost:8112`. The default web interface password is "deluge".