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
The runtime MUST mount entries in the listed order.
51
51
For Linux, the parameters are as documented in [mount(2)][mount.2] system call man page.
52
52
For Solaris, the mount entry corresponds to the 'fs' resource in the [zonecfg(1M)][zonecfg.1m] man page.
@@ -284,7 +284,7 @@ For Windows based systems the user structure has the following fields:
284
284
285
285
***`hostname`** (string, OPTIONAL) specifies the container's hostname as seen by processes running inside the container.
286
286
On Linux, for example, this will change the hostname in the [container](glossary.md#container-namespace)[UTS namespace][uts-namespace.7].
287
-
Depending on your [namespace configuration](config-linux.md#namespaces), the container UTS namespace may be the [runtime UTS namespace](glossary.md#runtime-namespace).
287
+
Depending on your [namespace configuration](config-linux.md#namespaces), the container UTS namespace may be the [runtime](glossary.md#runtime-namespace)[UTS namespace][uts-namespace.7].
288
288
289
289
### Example
290
290
@@ -296,11 +296,11 @@ For Windows based systems the user structure has the following fields:
296
296
297
297
**`platform`** (object, REQUIRED) specifies the configuration's target platform.
298
298
299
-
***`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root-configuration) file system bundle.
299
+
***`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root) file system bundle.
300
300
The runtime MUST generate an error if it does not support the specified **`os`**.
301
301
Bundles SHOULD use, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`$GOOS`][go-environment].
302
302
If an operating system is not included in the `$GOOS` documentation, it SHOULD be submitted to this specification for standardization.
303
-
***`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root-configuration) file system bundle have been compiled.
303
+
***`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root) file system bundle have been compiled.
304
304
The runtime MUST generate an error if it does not support the specified **`arch`**.
305
305
Values for **`arch`** SHOULD use, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`$GOARCH`][go-environment].
306
306
If an architecture is not included in the `$GOARCH` documentation, it SHOULD be submitted to this specification for standardization.
0 commit comments