Fix name in README

This commit is contained in:
PlusMinus0 2017-09-20 17:54:27 +02:00
parent 243384c7b0
commit 0173222fb1

View file

@ -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: