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: content/en/docs/measuring/usage-scenario.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ services:
85
85
gcb-wordpress-dummy:
86
86
# ...
87
87
depends_on:
88
-
- gcb-wordpress-mariadb
88
+
- gcb-wordpress-mariadb
89
89
```
90
90
91
91
- `services` **[dict]**: (Dictionary of container dictionaries for orchestration)
@@ -147,7 +147,9 @@ services:
147
147
- `read-sci-stdout:`**[bool]** *(optional)*
148
148
+ Enables the reading of ticks for the unit of work (*R*) required to calculate the SCI metric.
149
149
+ Please see [SCI (Green Software Foundation) →]({{< relref "sci" >}}) for more information.
150
-
150
+
- `docker-run-args:`**[list]** *(optional)*
151
+
+ A list of string that should be added to the `docker run` command of that container.
152
+
+ The argument needs to be listed in the `user.capabilities` json under `measurement:orchestrators:docker:allow-args`. The string in the `user.capabilities` can be a regex. Opening this up could be a potential security issue!
151
153
152
154
Please note that every key below `services` will serve as the name of the
153
155
container later on. You can overwrite the container name with the key `container_name`.
0 commit comments