Docker image deluge-libtorrent

Suggestions and discussion of future versions
Post Reply
H320
Member
Member
Posts: 16
Joined: Wed Aug 17, 2011 2:03 pm

Docker image deluge-libtorrent

Post by H320 »

For my personal usage I built a docker image containing latest version of deluge (1.3.11) and libtorrent (1.0.4). Both are compiled from sources (tar.gz).

Could be useful for development/testing or rapid deployment.

If anyone has ideas to reduce the size of the docker image please share it :D.

https://registry.hub.docker.com/u/perdj ... ibtorrent/
Last edited by H320 on Sun Apr 17, 2016 5:12 pm, edited 1 time in total.
H320
Member
Member
Posts: 16
Joined: Wed Aug 17, 2011 2:03 pm

Re: Docker deluge + libtorrent

Post by H320 »

An update as I am looking for help to change the base image to alpine linux.

The libtorrent package on the alpine repo is very old (0.16) and I encounter several issue when compiling libtorrent on alpine linux.

If you have some experience with autotools on alpine (or C/C++ compiling) please take a look at:
https://github.com/arvidn/libtorrent/issues/477
https://github.com/Perdjesk/deluge-libt ... ree/alpine
Post Reply