Skip to content

Commit e3ee431

Browse files
author
Brandon Philips
committed
Merge branch 'linux_fds'
2 parents 7c5c02a + bd792ea commit e3ee431

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtime-linux.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## File descriptors
2+
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
3+
4+
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).
5+
6+
Some of the file descriptors may be redirected to `/dev/null` even though they are open.

0 commit comments

Comments
 (0)