add REQUIRED to platform field
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
parent
3f5078dab0
commit
5dda457654
|
@ -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`**.
|
||||
|
|
Loading…
Reference in New Issue