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: docs/viplab3.0/computation_template.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -392,6 +392,7 @@ Note: `//` with text following until EOL is a comment,
392
392
|configuration --running.executable |string |must |name of executable to run (as in backend file system)| for **DuMuX**||
393
393
|configuration --running.entrypoint | string | opt | executable to run inside the container | for **Container**; can contain mustache template syntax for injecting PARAM_IDs (see *parameters*-attribute) |
394
394
|configuration --running.intermediateFilesPattern | string |opt | regex-expression in stdout which file is ready to be transferred | for **Container**| Is this implemented?|
395
+
|configuration --running.userId | int | opt | user id of the user that writes files inside the container | for **Container**; needed to set correct permissions |
395
396
|configuration --resources.image | url | must | location of the image to be executed | for **Container**; has to be a tar |
396
397
|configuration --resources.volume | string | opt | path in the container where data is placed | for **Container**| we need workaround for kata containers?! |
397
398
|configuration --resources.memory | string | opt (*64mb*)| memory limit for the container | for **Container**||
@@ -590,4 +591,4 @@ Four types of validation are implemented at the moment:
590
591
***any**: All of the chosen values have to be included in *options* and *disabled* for the *value*s has to be set to false (is false by default, so *disabled* can also be missing).
591
592
***range**: A numerical value is checked whether is is between *min* and *max*. If *step* is given a finite number of possible values is computed and the value has to be within this set.
592
593
***pattern**: A regex pattern that the text value has to fulfill.
593
-
***none**: If no validation is necessary, because there are no restraints on the value.
594
+
***none**: If no validation is necessary, because there are no restraints on the value.
0 commit comments