forked from opencontainers/runtime-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use RFC_2119 style for runtime_linux.md
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Linux Runtime | ||
|
||
## File descriptors | ||
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime. | ||
|
||
The runtime may pass additional file descriptors to the application to support features such as [socket activation](http://0pointer.de/blog/projects/socket-activated-containers.html). | ||
|
||
Some of the file descriptors may be redirected to `/dev/null` even though they are open. | ||
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime. | ||
The runtime MAY pass additional file descriptors to the application to support features such as [socket activation](http://0pointer.de/blog/projects/socket-activated-containers.html). | ||
Some of the file descriptors MAY be redirected to `/dev/null` even though they are open. |