PlusMinus0 / headless-jd2-docker

Headless JDownloader 2 Docker Container
31 stars 38 forks source link

Container size #36

Open elmero1 opened 5 years ago

elmero1 commented 5 years ago

Hi, I use your container and it works great. But when i compare your container size to other jdownloader container, then is yours much bigger (976MB). Is there a reason for that? Maybe you can use another base image? Thanks.

PlusMinus0 commented 5 years ago

You could use the alpine tag if size matters to you. Does it though? Unless you spawn multiple instances the size difference does not really matter, at least imo.

One caveat of the alpine build is that jd2 crashes when extracting and I didn't feel recompiling the bad library for alpine.

Also, according to docker hub, image size is 400MB vs 125MB. Everything else might be jd2.

Cheers