Skip to content

Commit 53191c6

Browse files
committed
Update README.md
1 parent 327ccaf commit 53191c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

roles/container/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
Find informations
6-
```
6+
```bash
77
sudo docker ps -a
88
```
99
output :
@@ -13,7 +13,7 @@ CONTAINER ID IMAGE COMMAND CREATED STATUS
1313
```
1414

1515
Stop the container
16-
```
16+
```bash
1717
sudo docker stop <ID>
1818
```
1919

@@ -26,13 +26,13 @@ auto_remove: false
2626
2727
Run the playbook again with the jd2 tag, to create the container once more.
2828
29-
```
29+
```bash
3030
ansible-playbook playbook.yml -i hosts --tags jd2
3131
```
3232

3333
Now you can start and stop it, but your My-JDownloader account will always be present at each launch.
3434

35-
```
35+
```bash
3636
sudo docker start <ID>
3737
sudo docker stop <ID>
3838
```

0 commit comments

Comments
 (0)