This is a Docker container for JDownloader 2.
The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.
JDownloader 2 is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!
NOTE: The Docker command provided in this quick start is given as an example and parameters should be adjusted to your need.
Launch the JDownloader 2 docker container with the following command:
docker run -d \
--name=jdownloader-2 \
-p 5800:5800 \
-v /docker/appdata/jdownloader-2:/config:rw \
-v /home/user/Downloads:/output:rw \
jlesage/jdownloader-2
Where:
/docker/appdata/jdownloader-2
: This is where the application stores its configuration, states, log and any files needing persistency./home/user/Downloads
: This is where downloaded files are stored.
Browse to http://your-host-ip:5800
to access the JDownloader 2 GUI.
Full documentation is available at https://github.com/jlesage/docker-jdownloader-2.
Having troubles with the container or have questions? Please create a new issue.
For other great Dockerized applications, see https://jlesage.github.io/docker-apps.