Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyattjoh/transmission
https://github.com/wyattjoh/transmission
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wyattjoh/transmission
- Owner: wyattjoh
- Created: 2015-02-17T05:28:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T02:34:28.000Z (over 9 years ago)
- Last Synced: 2024-10-11T12:38:13.542Z (about 1 month ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Dockerfile setup for deluge - http://deluge-torrent.org/
To run:
```
docker run -d --name="deluge" -v /path/to/dir/deluge/conf:/config -v /path/to/downloads:/downloads -v /etc/localtime:/etc/localtime:ro -p 8112:8112 -p 58846:58846 needo/deluge
```