Skip to content

Commit f6ebd05

Browse files
committed
command-line-interface: "application process" -> "container process"
"Application process" was an early contender for this concept [1,2], but there was pushback on that [3] and now "container process" is the preferred term. The initial "container process" phrasing landed in 15dee2e (runtime: Add prestart/poststop hooks, 2015-08-03) around the same time as the initial glossary work. [1]: #107 (comment) [2]: #107 (comment) [3]: #107 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent 14eaa77 commit f6ebd05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

command-line-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ $ echo $?
5353
* *`--id <ID>`* Set the container ID when creating a container.
5454
If not set, the runtime is free to pick any ID that is not already in use.
5555
* *`--bundle <PATH>`* Override the path to the [bundle directory][bundle] (defaults to the current working directory).
56-
* *Standard streams:* The runtime MUST attach its standard streams directly to the application process without inspection.
56+
* *Standard streams:* The runtime MUST attach its standard streams directly to the container process without inspection.
5757
* *Environment variables*
5858
* *`LISTEN_FDS`:* The number of file descriptors passed.
59-
For example, `LISTEN_FDS=2` would mean that the runtime MUST pass file descriptors 3 and 4 to the application process (in addition to the standard streams) to support [socket activation][systemd-listen-fds].
60-
* *Exit code:* The runtime MUST exit with the application process's exit code.
59+
For example, `LISTEN_FDS=2` would mean that the runtime MUST pass file descriptors 3 and 4 to the container process (in addition to the standard streams) to support [socket activation][systemd-listen-fds].
60+
* *Exit code:* The runtime MUST exit with the container process's exit code.
6161

6262
#### Example
6363

0 commit comments

Comments
 (0)