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
@@ -36,7 +36,7 @@ For all platform-specific configuration values, the scope defined below in the [
36
36
37
37
* On Windows, `path` MUST be a [volume GUID path][naming-a-volume].
38
38
39
-
* On Linux and Solaris, `path` is either an absolute path or a relative path to the bundle.
39
+
* On POSIX, `path` is either an absolute path or a relative path to the bundle.
40
40
For example, with a bundle at `/to/bundle` and a root filesystem at `/to/bundle/rootfs`, the `path` value can be either `/to/bundle/rootfs` or `rootfs`.
41
41
The value SHOULD be the conventional `rootfs`.
42
42
@@ -94,9 +94,9 @@ For all platform-specific configuration values, the scope defined below in the [
94
94
]
95
95
```
96
96
97
-
### <aname="configLinuxAndSolarisMounts" />Linux and Solaris Mounts
97
+
### <aname="configPOSIXMounts" />POSIX Mounts
98
98
99
-
For Linux and Solaris based systems the mounts structure has the following fields:
99
+
For POSIX systems the `mounts` structure has the following fields:
100
100
101
101
***`type`** (string, OPTIONAL) The type of the filesystem to be mounted.
102
102
* Linux: filesystem types supported by the kernel as listed in */proc/filesystems* (e.g., "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660").
@@ -194,9 +194,9 @@ For Linux-based systems the process structure supports the following process-spe
194
194
195
195
The user for the process is a platform-specific structure that allows specific control over which user the process runs as.
196
196
197
-
#### <aname="configLinuxAndSolarisUser" />Linux and Solaris User
197
+
#### <aname="configPOSIXUser" />POSIX User
198
198
199
-
For Linux and Solaris based systems the user structure has the following fields:
199
+
For POSIX systems the `user` structure has the following fields:
200
200
201
201
***`uid`** (int, REQUIRED) specifies the user ID in the [container namespace](glossary.md#container-namespace).
202
202
***`gid`** (int, REQUIRED) specifies the group ID in the [container namespace](glossary.md#container-namespace).
@@ -375,9 +375,9 @@ For Windows based systems the user structure has the following fields:
375
375
}
376
376
```
377
377
378
-
## <aname="configHooks" />Linux and Solaris Hooks
378
+
## <aname="configHooks" />POSIX Hooks
379
379
380
-
For Linux- and Solaris-based systems, the configuration structure supports `hooks` for configuring custom actions related to the [lifecycle](runtime.md#lifecycle) of the container.
380
+
For POSIX systems, the configuration structure supports `hooks` for configuring custom actions related to the [lifecycle](runtime.md#lifecycle) of the container.
381
381
382
382
***`hooks`** (object, OPTIONAL) MAY contain any of the following properties:
383
383
***`prestart`** (array of objects, OPTIONAL) is an array of [pre-start hooks](#prestart).
0 commit comments