1
1
![ logo] ( logo.png " logo ")
2
2
3
- Raspberry PI - JDownloader - Docker Image
4
- =========================================
3
+ JDownloader - Docker Image
4
+ ==========================
5
5
6
- [ ![ latest release] ( https://img.shields.io/github/release/jaymoulin/docker-rpi- jdownloader.svg " latest release ")] ( http://github.com/jaymoulin/docker-rpi -jdownloader/releases )
7
- [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/jaymoulin/rpi- jdownloader.svg )] ( https://hub.docker.com/r/jaymoulin/rpi- jdownloader/ )
8
- [ ![ Docker stars] ( https://img.shields.io/docker/stars/jaymoulin/rpi- jdownloader.svg )] ( https://hub.docker.com/r/jaymoulin/rpi- jdownloader/ )
6
+ [ ![ latest release] ( https://img.shields.io/github/release/jaymoulin/docker-jdownloader.svg " latest release ")] ( http://github.com/jaymoulin/docker-jdownloader/releases )
7
+ [ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/jaymoulin/jdownloader.svg )] ( https://hub.docker.com/r/jaymoulin/jdownloader/ )
8
+ [ ![ Docker stars] ( https://img.shields.io/docker/stars/jaymoulin/jdownloader.svg )] ( https://hub.docker.com/r/jaymoulin/jdownloader/ )
9
9
[ ![ Bitcoin donation] ( https://github.com/jaymoulin/jaymoulin.github.io/raw/master/btc.png " Bitcoin donation ")] ( https://m.freewallet.org/id/374ad82e/btc )
10
10
[ ![ Litecoin donation] ( https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ltc.png " Litecoin donation ")] ( https://m.freewallet.org/id/374ad82e/ltc )
11
11
[ ![ PayPal donation] ( https://github.com/jaymoulin/jaymoulin.github.io/raw/master/ppl.png " PayPal donation ")] ( https://www.paypal.me/jaymoulin )
12
- [ ![ Beerpay donation] ( https://beerpay.io/jaymoulin/docker-rpi-jdownloader/badge.svg " Beerpay donation ")] ( https://beerpay.io/jaymoulin/docker-rpi-jdownloader )
13
12
14
13
This image allows you to have JDownloader daemon installed easily thanks to Docker.
15
14
16
15
Installation
17
16
---
18
17
19
18
```
20
- docker run -d --restart=always -v ~/Downloads:/root/Downloads -v ~/jdownloader/cfg:/opt/JDownloader/cfg --name jdownloader jaymoulin/rpi- jdownloader
19
+ docker run -d --restart=always -v ~/Downloads:/root/Downloads -v ~/jdownloader/cfg:/opt/JDownloader/cfg --name jdownloader jaymoulin/jdownloader
21
20
```
22
21
23
22
You can replace ` ~/Downloads ` with the folder you want your downloaded files to go.
@@ -38,7 +37,7 @@ Everything else can be configurable on your MyJDownloader account : https://my.j
38
37
Appendixes
39
38
---
40
39
41
- ### Install RaspberryPi Docker
40
+ ### Install Docker
42
41
43
42
If you don't have Docker installed yet, you can do it easily in one line using this command
44
43
0 commit comments