Skip to content

Commit 1d67f89

Browse files
authored
Merge pull request #1170 from Faaizz/main
spec: update number of specifically defined terms
2 parents bab140e + 77b1001 commit 1d67f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Released versions of the spec are available as Git tags.
6969

7070
This document proposes a generic plugin-based networking solution for application containers on Linux, the _Container Networking Interface_, or _CNI_.
7171

72-
For the purposes of this proposal, we define three terms very specifically:
72+
For the purposes of this proposal, we define four terms very specifically:
7373
- _container_ is a network isolation domain, though the actual isolation technology is not defined by the specification. This could be a [network namespace][namespaces] or a virtual machine, for example.
7474
- _network_ refers to a group of endpoints that are uniquely addressable that can communicate amongst each other. This could be either an individual container (as specified above), a machine, or some other network device (e.g. a router). Containers can be conceptually _added to_ or _removed from_ one or more networks.
7575
- _runtime_ is the program responsible for executing CNI plugins.

0 commit comments

Comments
 (0)