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
Copy file name to clipboardExpand all lines: runtime.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
@@ -41,11 +41,11 @@ Start a container from a [bundle directory][bundle].
41
41
**`<ID>`* Set the container ID to create.
42
42
**Options*
43
43
**`--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.
45
45
**Environment variables*
46
46
**`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.
0 commit comments