mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
70372d3880
Some of the docs were not even linked to, and did not have a logic outline for their grouping. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
9 lines
431 B
Markdown
9 lines
431 B
Markdown
# 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.
|