mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:59:29 +00:00
Fix name in README
This commit is contained in:
parent
243384c7b0
commit
0173222fb1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# docker-jdownloader2-headless
|
# headless-jd2-docker
|
||||||
Headless JDownloader 2 Docker Container
|
Headless JDownloader 2 Docker Container
|
||||||
|
|
||||||
## Running the container
|
## Running the container
|
||||||
0. Become root:
|
0. Become root if your user is not part of the docker group:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo su
|
sudo su
|
||||||
|
|
@ -14,7 +14,7 @@ Headless JDownloader 2 Docker Container
|
||||||
docker run -d --name jd2 \
|
docker run -d --name jd2 \
|
||||||
-v /config/jd2:/opt/JDownloader/cfg \
|
-v /config/jd2:/opt/JDownloader/cfg \
|
||||||
-v /home/user/Downloads:/downloads \
|
-v /home/user/Downloads:/downloads \
|
||||||
gotofoo/jdownloader2-headless
|
plusminus/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