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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Print the runtime version and exit.
35
35
**stderr:* The runtime MAY print diagnostic messages to stderr, and the format for those lines is not specified in this document.
36
36
**Exit code:* The runtime MUST exit with zero.
37
37
38
-
Example:
38
+
#### Example
39
39
40
40
```
41
41
$ funC version
@@ -59,7 +59,7 @@ Start a container from a bundle directory.
59
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][standard-streams]) to support [socket activation][systemd-listen-fds].
60
60
**Exit code:* The runtime MUST exit with the application process's exit code.
61
61
62
-
Example:
62
+
#### Example
63
63
64
64
```
65
65
# in a bundle directory with a process that echos "hello" and exits 42
0 commit comments