mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
Update vendor/
This commit is contained in:
8
vendor/github.com/opencontainers/specs/runtime-linux.md
generated
vendored
Normal file
8
vendor/github.com/opencontainers/specs/runtime-linux.md
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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.
|
Reference in New Issue
Block a user