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
This document describes the schema for the [Windows-specific section](config.md#platform-specific-configuration) of the [container configuration](config.md).
4
4
The Windows container specification uses APIs provided by the Windows Host Compute Service (HCS) to fulfill the spec.
5
5
6
-
## Resources
6
+
## <aname="configWindowsResources" />Resources
7
7
8
8
You can configure a container's resource limits via the OPTIONAL `resources` field of the Windows configuration.
9
9
10
-
### Memory
10
+
### <aname="configWindowsMemory" />Memory
11
11
12
12
`memory` is an OPTIONAL configuration for the container's memory usage.
13
13
@@ -30,7 +30,7 @@ The following parameters can be specified:
30
30
}
31
31
```
32
32
33
-
### CPU
33
+
### <aname="configWindowsCpu" />CPU
34
34
35
35
`cpu` is an OPTIONAL configuration for the container's CPU usage.
36
36
@@ -54,7 +54,7 @@ The following parameters can be specified:
54
54
}
55
55
```
56
56
57
-
### Storage
57
+
### <aname="configWindowsStorage" />Storage
58
58
59
59
`storage` is an OPTIONAL configuration for the container's storage usage.
60
60
@@ -78,7 +78,7 @@ The following parameters can be specified:
78
78
}
79
79
```
80
80
81
-
### Network
81
+
### <aname="configWindowsNetwork" />Network
82
82
83
83
`network` is an OPTIONAL configuration for the container's network usage.
0 commit comments