You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/container/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Once the JDownloader container has been graphically launched for the first time and you've logged in to your [My-JDownloader](https://my.jdownloader.org/login.html) account.
4
4
5
5
Find informations
6
-
```
6
+
```bash
7
7
sudo docker ps -a
8
8
```
9
9
output :
@@ -13,7 +13,7 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
13
13
```
14
14
15
15
Stop the container
16
-
```
16
+
```bash
17
17
sudo docker stop <ID>
18
18
```
19
19
@@ -26,13 +26,13 @@ auto_remove: false
26
26
27
27
Run the playbook again with the jd2 tag, to create the container once more.
28
28
29
-
```
29
+
```bash
30
30
ansible-playbook playbook.yml -i hosts --tags jd2
31
31
```
32
32
33
33
Now you can start and stop it, but your My-JDownloader account will always be present at each launch.
0 commit comments