Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 3.23 KB

DOCKERHUB.md

File metadata and controls

61 lines (43 loc) · 3.23 KB

Docker container for JDownloader 2

Release Docker Image Size Docker Pulls Docker Stars Build Status Source Donate

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 logoJDownloader 2

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!


Quick Start

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.

Documentation

Full documentation is available at https://github.com/jlesage/docker-jdownloader-2.

Support or Contact

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.