Skip to content

Commit 58c8fa1

Browse files
committed
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]>
1 parent 5146d70 commit 58c8fa1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

runtime-linux.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# Linux Runtime
22

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-
93
## Dev symbolic links
104

115
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the io.

0 commit comments

Comments
 (0)