You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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]>
Copy file name to clipboardExpand all lines: command-line-interface.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ $ echo $?
53
53
**`--id <ID>`* Set the container ID when creating a container.
54
54
If not set, the runtime is free to pick any ID that is not already in use.
55
55
**`--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.
57
57
**Environment variables*
58
58
**`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.
0 commit comments