Page 1 of 1

Docker image deluge-libtorrent

Posted: Sat Apr 11, 2015 5:38 pm
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/

Re: Docker deluge + libtorrent

Posted: Sun Apr 17, 2016 1:56 pm
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