Skip to content

Commit 1ff127d

Browse files
author
Mrunal Patel
authored
Merge pull request #852 from wking/cleaner-container-namespace-glossary
glossary: Remove "leaf" and "hierarchy" from container namespace definition
2 parents ccfcf0b + b536f13 commit 1ff127d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

glossary.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example, namespaces, resource limits, and mounts are all part of the contain
1515

1616
## <a name="glossaryContainerNamespace" />Container namespace
1717

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

2020
## <a name="glossaryJson" />JSON
2121

@@ -30,9 +30,7 @@ It reads the [configuration files](#configuration) from a [bundle](#bundle), use
3030

3131
## <a name="glossaryRuntimeNamespace" />Runtime namespace
3232

33-
On Linux, a leaf in the [namespace][namespaces.7] hierarchy from which the [runtime](#runtime) process is executed.
34-
New container namespaces will be created as children of the runtime namespaces.
35-
33+
On Linux, the namespaces from which new [container namespaces](#container-namespace) are [created](config-linux.md#namespaces) and from which some configured resources are accessed.
3634

3735
[JSON]: https://tools.ietf.org/html/rfc7159
3836
[UTF-8]: http://www.unicode.org/versions/Unicode8.0.0/ch03.pdf

0 commit comments

Comments
 (0)