1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 06:11:12 +00:00
Files
os/vendor/github.com/opencontainers/specs/runtime-linux.md
Darren Shepherd 03db5d1058 Update vendor/
2016-06-06 08:08:00 -07:00

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.