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: config.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,8 @@ For all platform-specific configuration values, the scope defined below in the [
142
142
***`width`** (uint, REQUIRED)
143
143
***`cwd`** (string, REQUIRED) is the working directory that will be set for the executable.
144
144
This value MUST be an absolute path.
145
-
***`env`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2001's `environ`][ieee-1003.1-2001-xbd-c8.1].
146
-
***`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2001`execvp`'s *argv*][ieee-1003.1-2001-xsh-exec].
145
+
***`env`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2008's `environ`][ieee-1003.1-2008-xbd-c8.1].
146
+
***`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008`execvp`'s *argv*][ieee-1003.1-2008-xsh-exec].
147
147
This specification extends the IEEE standard in that at least one entry is REQUIRED, and that entry is used with the same semantics as `execvp`'s *file*.
148
148
***`capabilities`** (object, OPTIONAL) is an object containing arrays that specifies the sets of capabilities for the process(es) inside the container.
149
149
Valid values are platform-specific.
@@ -375,10 +375,10 @@ On Linux, they are run after the container namespaces are created.
375
375
***`hooks`** (object, OPTIONAL) MAY contain any of the following properties:
376
376
***`prestart`** (array of objects, OPTIONAL) is an array of [pre-start hooks](#prestart).
377
377
Entries in the array contain the following properties:
378
-
* **`path`** (string, REQUIRED) with similar semantics to [IEEE Std 1003.1-2001`execv`'s *path*][ieee-1003.1-2001-xsh-exec].
378
+
* **`path`** (string, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008`execv`'s *path*][ieee-1003.1-2008-functions-exec].
379
379
This specification extends the IEEE standard in that **`path`** MUST be absolute.
380
-
* **`args`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2001`execv`'s *argv*][ieee-1003.1-2001-xsh-exec].
381
-
* **`env`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2001's `environ`][ieee-1003.1-2001-xbd-c8.1].
380
+
* **`args`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2008`execv`'s *argv*][ieee-1003.1-2008-functions-exec].
381
+
* **`env`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2008's `environ`][ieee-1003.1-2008-xbd-c8.1].
382
382
* **`timeout`** (int, OPTIONAL) is the number of seconds before aborting the hook.
383
383
If set, `timeout` MUST be greater than zero.
384
384
***`poststart`** (array of objects, OPTIONAL) is an array of [post-start hooks](#poststart).
@@ -854,8 +854,8 @@ Here is a full example `config.json` for reference.
0 commit comments