Skip to content

Commit 05b0f21

Browse files
committed
Update Windows LayerFolder docs
Signed-off-by: Justin Terry (VM) <[email protected]>
1 parent 29686db commit 05b0f21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config-windows.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ The Windows container specification uses APIs provided by the Windows Host Compu
55

66
## <a name="configWindowsLayerFolders" />LayerFolders
77

8-
**`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.
8+
**`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 with the last entry being the scratch.
99
`layerFolders` MUST contain at least one entry.
1010

1111
### Example
1212

1313
```json
1414
"windows": {
1515
"layerFolders": [
16+
"C:\\Layers\\layer2",
1617
"C:\\Layers\\layer1",
17-
"C:\\Layers\\layer2"
18+
"C:\\Layers\\layer-base",
19+
"C:\\scratch",
1820
]
1921
}
2022
```

0 commit comments

Comments
 (0)