Merge pull request #695 from q384566678/config-fix

add REQUIRED to platform field
This commit is contained in:
Michael Crosby
2017-02-27 11:03:24 -08:00
committed by GitHub
+1 -1
View File
@@ -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`**.