Skip to content

Commit 98a6ef6

Browse files
committed
runtime: "application" -> "container"
Michael doesn't like "application" [1], and the runtime spec has standardized around "container process". [1]: opencontainers/runtime-spec#107 (comment) Signed-off-by: W. Trevor King <[email protected]>
1 parent 88062a0 commit 98a6ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Start a container from a [bundle directory][bundle].
4141
* *`<ID>`* Set the container ID to create.
4242
* *Options*
4343
* *`--bundle <PATH>`* Override the path to the [bundle directory][bundle] (defaults to the current working directory).
44-
* *Standard streams:* The runtime MUST attach its standard streams directly to the application process without inspection.
44+
* *Standard streams:* The runtime MUST attach its standard streams directly to the container process without inspection.
4545
* *Environment variables*
4646
* *`LISTEN_FDS`:* The number of file descriptors passed.
47-
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][standard-streams]) to support [socket activation][systemd-listen-fds].
48-
* *Exit code:* The runtime MUST exit with the application process's exit code.
47+
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][standard-streams]) to support [socket activation][systemd-listen-fds].
48+
* *Exit code:* The runtime MUST exit with the container process's exit code.
4949

5050
#### Example
5151

0 commit comments

Comments
 (0)