You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime-linux: Drop file-descriptor docs (covered by the command-line API)
It's unclear how these apply to runtimes APIs that are not based on
the command line / execve, and the functionality is covered by the
more tightly scoped LISTEN_FDS wording in the command-line docs.
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: runtime-linux.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
# Linux Runtime
2
2
3
-
## File descriptors
4
-
5
-
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
6
-
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).
7
-
Some of the file descriptors MAY be redirected to `/dev/null` even though they are open.
8
-
9
3
## Dev symbolic links
10
4
11
5
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the io.
0 commit comments