Skip to content

Commit

Permalink
Split standard streams and exit codes into their own entries
Browse files Browse the repository at this point in the history
To give space for more detail about the streams.

I'm not sure what platform-agnostic language for this should look
like, but on POSIX I'm expecting just exec'ing the application process
and inheriting the file descriptors.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Dec 2, 2015
1 parent efaef2e commit 969c763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ It operates by default on the 'config.json' in the current directory.
Starts a container from a bundle directory.

* *Flags:* none.
* *Output:* The process output is printed to stdout and stderr, and the process exits with the delegate process's exit code.
* *Standard streams:* The runtime must attach its standard streams directly to the application process without inspection.
* *Exit code:* The runtime must exit with the application process's exit code.

Example:
```sh
Expand Down

0 comments on commit 969c763

Please sign in to comment.