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
Copy file name to clipboardExpand all lines: config-windows.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@
3
3
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.
**`layerFolders`** (array of strings, REQUIRED) specifies a list of layer folders the container image relies on. The list is ordered from topmost layer to base layer.
9
+
`layerFolders` MUST contain at least one entry.
10
+
11
+
### Example
12
+
13
+
```json
14
+
"windows": {
15
+
"layerFolders": [
16
+
"C:\\Layers\\layer1",
17
+
"C:\\Layers\\layer2"
18
+
]
19
+
}
20
+
```
21
+
6
22
## <aname="configWindowsResources" />Resources
7
23
8
24
You can configure a container's resource limits via the OPTIONAL `resources` field of the Windows configuration.
0 commit comments