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
+3-36Lines changed: 3 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,47 +321,19 @@ For Windows based systems the user structure has the following fields:
321
321
"hostname": "mrsdalloway"
322
322
```
323
323
324
-
## <aname="configPlatform" />Platform
325
-
326
-
**`platform`** (object, REQUIRED) specifies the configuration's target platform.
327
-
328
-
***`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root) filesystem bundle.
329
-
The runtime MUST generate an error if it does not support the specified **`os`**.
330
-
Values SHOULD be, and runtimes SHOULD understand, **`os`** entries listed in the Go Language document for [`GOOS`][go-environment].
331
-
If an operating system is not included in the `GOOS` documentation, it SHOULD be submitted to this specification for standardization.
332
-
***`arch`** (string, REQUIRED) specifies the instruction set for which the binaries in the specified [`root`](#root) filesystem bundle have been compiled.
333
-
The runtime MUST generate an error if it does not support the specified **`arch`**.
334
-
Values SHOULD be, and runtimes SHOULD understand, **`arch`** entries listed in the Go Language document for [`GOARCH`][go-environment].
335
-
If an architecture is not included in the `GOARCH` documentation, it SHOULD be submitted to this specification for standardization.
0 commit comments