diff --git a/config-windows.md b/config-windows.md index 47c1f6259..883998fb8 100644 --- a/config-windows.md +++ b/config-windows.md @@ -1,13 +1,13 @@ -# Windows-specific Container Configuration +# Windows-specific Container Configuration This document describes the schema for the [Windows-specific section](config.md#platform-specific-configuration) of the [container configuration](config.md). The Windows container specification uses APIs provided by the Windows Host Compute Service (HCS) to fulfill the spec. -## Resources +## Resources You can configure a container's resource limits via the OPTIONAL `resources` field of the Windows configuration. -### Memory +### Memory `memory` is an OPTIONAL configuration for the container's memory usage. @@ -30,7 +30,7 @@ The following parameters can be specified: } ``` -### CPU +### CPU `cpu` is an OPTIONAL configuration for the container's CPU usage. @@ -54,7 +54,7 @@ The following parameters can be specified: } ``` -### Storage +### Storage `storage` is an OPTIONAL configuration for the container's storage usage. @@ -78,7 +78,7 @@ The following parameters can be specified: } ``` -### Network +### Network `network` is an OPTIONAL configuration for the container's network usage.