https://github.com/isac322/docker_image_deluged
[Automated build] Tiny docker image for blackd server
https://github.com/isac322/docker_image_deluged
docker docker-image
Last synced: about 2 months ago
JSON representation
[Automated build] Tiny docker image for blackd server
- Host: GitHub
- URL: https://github.com/isac322/docker_image_deluged
- Owner: isac322
- Created: 2021-07-30T08:16:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-07T14:15:42.000Z (4 months ago)
- Last Synced: 2026-03-07T20:45:09.277Z (4 months ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/isac322/deluged
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image preinstalled the Python package `deluge` (daemon only)
[1]: https://hub.docker.com/r/isac322/deluged
[2]: https://pypi.org/project/deluge/
[3]: https://github.com/isac322/docker_image_deluged
[][1]
[][1]
[][2]
[][3]
[][3]
[][3]
> ### Images automatically follow upstream via dependabot.
Supported platform: `linux/amd64`, `linux/arm64/v8`
## Tag format
`isac322/deluged:`
## Command
Default entrypoint of image is `deluged` and `--do-not-daemonize --port 58846 --ui-interface 0.0.0.0 --interface 0.0.0.0` for default command.
## How to run
`docker run -p 58846:58846 -ti isac322/deluged` will launch deluge daemon.