File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ brew_check.sh
25
25
calculate_docker_images.sh
26
26
```
27
27
- Calculate the used quota from saved Docker images.
28
+ - Requirement: docker running
28
29
29
30
``` sh
30
31
charging_level.sh
@@ -38,6 +39,7 @@ visible until you close the notification.
38
39
connect_to_container.sh CONTAINER_ID
39
40
```
40
41
- Open a terminal connection to a running Docker container.
42
+ - Requirement: docker running
41
43
42
44
``` sh
43
45
encode_changer.sh
@@ -47,7 +49,8 @@ encode_changer.sh
47
49
``` sh
48
50
network.sh
49
51
```
50
- - Reset wireless network and display IP address etc.
52
+ - Display network information and connected wireless network.
53
+ - Possibility to reset wireless network.
51
54
52
55
``` sh
53
56
pip_check.sh
@@ -59,6 +62,7 @@ pip_check.sh
59
62
stop_all_containers.sh
60
63
```
61
64
- List all running containers. Option to stop them.
65
+ - Requirement: docker running
62
66
63
67
``` sh
64
68
syntaxchecker.sh
You can’t perform that action at this time.
0 commit comments