mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
Merge pull request #695 from q384566678/config-fix
add REQUIRED to platform field
This commit is contained in:
@@ -294,7 +294,7 @@ For Windows based systems the user structure has the following fields:
|
||||
|
||||
## Platform
|
||||
|
||||
**`platform`** specifies the configuration's target platform.
|
||||
**`platform`** (object, REQUIRED) specifies the configuration's target platform.
|
||||
|
||||
* **`os`** (string, REQUIRED) specifies the operating system family of the container configuration's specified [`root`](#root-configuration) file system bundle.
|
||||
The runtime MUST generate an error if it does not support the specified **`os`**.
|
||||
|
||||
Reference in New Issue
Block a user