mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 18:45:18 +01:00
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>
431 B
431 B
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.
Some of the file descriptors may be redirected to /dev/null even though they are open.