Skip to content

Commit 84458b2

Browse files
authored
Merge pull request #637 from RobDolinMS/patch-17
[Config Windows] Add anchor tags for headings
2 parents 3e395ce + 7332ec1 commit 84458b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config-windows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Windows-specific Container Configuration
1+
# <a name="windowsSpecificContainerConfiguration" />Windows-specific Container Configuration
22

33
This document describes the schema for the [Windows-specific section](config.md#platform-specific-configuration) of the [container configuration](config.md).
44
The Windows container specification uses APIs provided by the Windows Host Compute Service (HCS) to fulfill the spec.
55

6-
## Resources
6+
## <a name="configWindowsResources" />Resources
77

88
You can configure a container's resource limits via the OPTIONAL `resources` field of the Windows configuration.
99

10-
### Memory
10+
### <a name="configWindowsMemory" />Memory
1111

1212
`memory` is an OPTIONAL configuration for the container's memory usage.
1313

@@ -30,7 +30,7 @@ The following parameters can be specified:
3030
}
3131
```
3232

33-
### CPU
33+
### <a name="configWindowsCpu" />CPU
3434

3535
`cpu` is an OPTIONAL configuration for the container's CPU usage.
3636

@@ -54,7 +54,7 @@ The following parameters can be specified:
5454
}
5555
```
5656

57-
### Storage
57+
### <a name="configWindowsStorage" />Storage
5858

5959
`storage` is an OPTIONAL configuration for the container's storage usage.
6060

@@ -78,7 +78,7 @@ The following parameters can be specified:
7878
}
7979
```
8080

81-
### Network
81+
### <a name="configWindowsNetwork" />Network
8282

8383
`network` is an OPTIONAL configuration for the container's network usage.
8484

0 commit comments

Comments
 (0)