Skip to content

Commit 1384945

Browse files
authored
Added userId of docker user as information for backend
1 parent 950c0f0 commit 1384945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/viplab3.0/computation_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ Note: `//` with text following until EOL is a comment,
392392
|configuration --running.executable |string |must |name of executable to run (as in backend file system)| for **DuMuX** | |
393393
|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) |
394394
|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 |
395396
|configuration --resources.image | url | must | location of the image to be executed | for **Container**; has to be a tar |
396397
|configuration --resources.volume | string | opt | path in the container where data is placed | for **Container** | we need workaround for kata containers?! |
397398
|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:
590591
* **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).
591592
* **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.
592593
* **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

Comments
 (0)