Skip to content

Commit 1be56db

Browse files
authored
[Glossary] Add anchor tags for headings
Signed-off-by: Rob Dolin <robdolin@microsoft.com>
1 parent 9ce258d commit 1be56db

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

glossary.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
# Glossary
1+
# <a name="glossary" />Glossary
22

3-
## Bundle
3+
## <a name="glossaryBundle" />Bundle
44

55
A [directory structure](bundle.md) that is written ahead of time, distributed, and used to seed the runtime for creating a [container](#container) and launching a process within it.
66

7-
## Configuration
7+
## <a name="glossaryConfiguration" />Configuration
88

99
The [`config.json`](config.md) file in a [bundle](#bundle) which defines the intended [container](#container) and container process.
1010

11-
## Container
11+
## <a name="glossaryContainer" />Container
1212

1313
An environment for executing processes with configurable isolation and resource limitations.
1414
For example, namespaces, resource limits, and mounts are all part of the container environment.
1515

16-
## Container namespace
16+
## <a name="glossaryContainerNamespace" />Container namespace
1717

1818
On Linux, a leaf in the [namespace][namespaces.7] hierarchy in which the [configured process](config.md#process) executes.
1919

20-
## JSON
20+
## <a name="glossaryJson" />JSON
2121

2222
All configuration [JSON][] MUST be encoded in [UTF-8][].
2323
JSON objects MUST NOT include duplicate names.
2424
The order of entries in JSON objects is not significant.
2525

26-
## Runtime
26+
## <a name="glossaryRuntime" />Runtime
2727

2828
An implementation of this specification.
2929
It reads the [configuration files](#configuration) from a [bundle](#bundle), uses that information to create a [container](#container), launches a process inside the container, and performs other [lifecycle actions](runtime.md).
3030

31-
## Runtime namespace
31+
## <a name="glossaryRuntimeNamespace" />Runtime namespace
3232

3333
On Linux, a leaf in the [namespace][namespaces.7] hierarchy from which the [runtime](#runtime) process is executed.
3434
New container namespaces will be created as children of the runtime namespaces.

0 commit comments

Comments
 (0)