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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ For all platform-specific configuration values, the scope defined below in the [
71
71
72
72
***`destination`** (string, REQUIRED) Destination of mount point: path inside container.
73
73
This value MUST be an absolute path.
74
+
* Linux, Solaris: if the destination is a directory and it does not exist, the runtime SHOULD create the destination directory with mode `0755`.
74
75
* Windows: one mount destination MUST NOT be nested within another mount (e.g., c:\\foo and c:\\foo\\bar).
75
76
* Solaris: corresponds to "dir" of the fs resource in [zonecfg(1M)][zonecfg.1m].
76
77
***`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
@@ -153,6 +154,7 @@ For POSIX platforms the `mounts` structure has the following fields:
153
154
***`width`** (uint, REQUIRED)
154
155
***`cwd`** (string, REQUIRED) is the working directory that will be set for the executable.
155
156
This value MUST be an absolute path.
157
+
On Linux and Solaris, if the directory does not exist, the runtime SHOULD create the directory with mode `0755`.
156
158
***`env`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2008's `environ`][ieee-1003.1-2008-xbd-c8.1].
157
159
***`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008 `execvp`'s *argv*][ieee-1003.1-2008-functions-exec].
158
160
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*.
0 commit comments