mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 21:59:30 +00:00
Tidy up
This commit is contained in:
parent
e82c5db0fd
commit
4a8746ab8a
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -1,12 +1,19 @@
|
||||||
# headless-jd2-docker
|
# docker-jdownloader2-headless
|
||||||
Headless JDownloader 2 Docker Container
|
Headless JDownloader 2 Docker Container
|
||||||
|
|
||||||
## Running the container
|
## Running the container
|
||||||
0. `sudo su`
|
0. Become root:
|
||||||
|
|
||||||
|
`sudo su`
|
||||||
1. Create a folder on your host for the configuration files (eg. sudo mkdir /config/jd2)
|
1. Create a folder on your host for the configuration files (eg. sudo mkdir /config/jd2)
|
||||||
2. Run the container:
|
2. Run the container:
|
||||||
|
|
||||||
`docker run -d --name jd2 -v /config/jd2:/opt/JDownloader/cfg -v /home/user/Downloads:/downloads gotofoo/jdownloader2-headless`
|
```
|
||||||
|
docker run -d --name jd2 \
|
||||||
|
-v /config/jd2:/opt/JDownloader/cfg \
|
||||||
|
-v /home/user/Downloads:/downloads \
|
||||||
|
gotofoo/jdownloader2-headless
|
||||||
|
```
|
||||||
3. Wait a minute for the container to initialize
|
3. Wait a minute for the container to initialize
|
||||||
4. Stop the container:
|
4. Stop the container:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue